PathString.Inequality(PathString, PathString) Operator

Definition

Operator call through to Equals

public:
 static bool operator !=(Microsoft::AspNetCore::Http::PathString left, Microsoft::AspNetCore::Http::PathString right);
public static bool operator != (Microsoft.AspNetCore.Http.PathString left, Microsoft.AspNetCore.Http.PathString right);
static member op_Inequality : Microsoft.AspNetCore.Http.PathString * Microsoft.AspNetCore.Http.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

Boolean

True if both PathString values are not equal

Applies to