HostString.Equality(HostString, HostString) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the two instances for equality.
public static bool operator == (Microsoft.Owin.HostString left, Microsoft.Owin.HostString right);
static member ( = ) : Microsoft.Owin.HostString * Microsoft.Owin.HostString -> bool
Public Shared Operator == (left As HostString, right As HostString) As Boolean
Parameters
- left
- HostString
- right
- HostString