Address.Equality Operator (Address, Address)
Determines whether two specified instances of Address are equal.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static bool operator ==(
Address left,
Address right
)
public:
static bool operator ==(
Address left,
Address right
)
static let inline (=)
left:Address *
right:Address : bool
Public Shared Operator = (
left As Address,
right As Address
) As Boolean
Parameters
left
Type: Microsoft.Owin.BuilderProperties.AddressThe first object to compare.
right
Type: Microsoft.Owin.BuilderProperties.AddressThe second object to compare.
Return Value
Type: System.Boolean
true if left and right represent the same address; otherwise, false.
See Also
Address Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top