PathString.Equality(PathString, PathString) Operator

Definition

Operator call through to Equals

public static bool operator == (Microsoft.Owin.PathString left, Microsoft.Owin.PathString right);
static member ( = ) : 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 equal

Applies to