HostString.Inequality(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 inequality.
public:
static bool operator !=(Microsoft::AspNetCore::Http::HostString left, Microsoft::AspNetCore::Http::HostString right);
public static bool operator != (Microsoft.AspNetCore.Http.HostString left, Microsoft.AspNetCore.Http.HostString right);
static member op_Inequality : Microsoft.AspNetCore.Http.HostString * Microsoft.AspNetCore.Http.HostString -> bool
Public Shared Operator != (left As HostString, right As HostString) As Boolean
Parameters
- left
- HostString
The left parameter.
- right
- HostString
The right parameter.
Returns
true
if both HostString's values are not equal.