PathString.Equality(PathString, PathString) 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.
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 ( = ) : 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
True if both PathString values are equal