PathString.Inequality(PathString, PathString) Operator

Definition

Operator call through to Equals

public static bool operator != (Microsoft.Owin.PathString left, Microsoft.Owin.PathString right);
static member op_Inequality : Microsoft.Owin.PathString * Microsoft.Owin.PathString -> bool
Public Shared Operator != (left As PathString, right As PathString) As Boolean

Parameters

left
PathString

The left parameter

right
PathString

The right parameter

Returns

True if both PathString values are not equal

Applies to