AppProperties.Equals Method (AppProperties)

Determines whether the current AppProperties is equal to the specified AppProperties.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As AppProperties _
) As Boolean
'Usage
Dim instance As AppProperties 
Dim other As AppProperties 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    AppProperties other
)
public:
bool Equals(
    AppProperties other
)
member Equals : 
        other:AppProperties -> bool
public function Equals(
    other : AppProperties
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the current AppProperties is equal to the specified AppProperties; otherwise, false.

See Also

Reference

AppProperties Structure

Equals Overload

Microsoft.Owin.BuilderProperties Namespace