Share via


PathString.Equals Method (PathString, StringComparison)

Compares this PathString value to another value using a specific StringComparison type.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As PathString, _
    comparisonType As StringComparison _
) As Boolean
'Usage
Dim instance As PathString 
Dim other As PathString 
Dim comparisonType As StringComparison 
Dim returnValue As Boolean 

returnValue = instance.Equals(other, comparisonType)
public bool Equals(
    PathString other,
    StringComparison comparisonType
)
public:
bool Equals(
    PathString other, 
    StringComparison comparisonType
)
member Equals : 
        other:PathString * 
        comparisonType:StringComparison -> bool
public function Equals(
    other : PathString, 
    comparisonType : StringComparison
) : boolean

Parameters

Return Value

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

See Also

Reference

PathString Structure

Equals Overload

Microsoft.Owin Namespace