PathString.Equals Method (PathString)
Compares this PathString value to another value. The default comparison is StringComparison.OrdinalIgnoreCase.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Function Equals ( _
other As PathString _
) As Boolean
'Usage
Dim instance As PathString
Dim other As PathString
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
PathString other
)
public:
virtual bool Equals(
PathString other
) sealed
abstract Equals :
other:PathString -> bool
override Equals :
other:PathString -> bool
public final function Equals(
other : PathString
) : boolean
Parameters
- other
Type: Microsoft.Owin.PathString
The second PathString for comparison.
Return Value
Type: System.Boolean
True if both PathString values are equal.