HostString.Equality Operator (HostString, HostString)
Compares the two instances for equality.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public static bool operator ==(
HostString left,
HostString right
)
public:
static bool operator ==(
HostString left,
HostString right
)
static let inline (=)
left:HostString *
right:HostString : bool
Public Shared Operator = (
left As HostString,
right As HostString
) As Boolean
Parameters
- left
Type: Microsoft.Owin.HostString
- right
Type: Microsoft.Owin.HostString
Return Value
Type: System.Boolean
Returns Boolean.
See Also
HostString Structure
Microsoft.Owin Namespace
Return to top