Share via


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

Return Value

Type: System.Boolean
True if both PathString values are equal.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

PathString Structure

Equals Overload

Microsoft.Owin Namespace