HostString.Inequality(HostString, HostString) Operator

Definition

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

Boolean

true if both HostString's values are not equal.

Applies to