AppProperties.Equality Operator

Determines whether the first AppPProperties is equal to the second AppProperties.

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As AppProperties, _
    right As AppProperties _
) As Boolean
'Usage
Dim left As AppProperties 
Dim right As AppProperties 
Dim returnValue As Boolean 

returnValue = (left = right)
public static bool operator ==(
    AppProperties left,
    AppProperties right
)
public:
static bool operator ==(
    AppProperties left, 
    AppProperties right
)
static let inline(=)
        left:AppProperties * 
        right:AppProperties  : bool
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

Return Value

Type: System.Boolean
true if both AppProperties are equal; otherwise, false.

See Also

Reference

AppProperties Structure

Microsoft.Owin.BuilderProperties Namespace