PathString.Equality Operator (PathString, PathString)

 

Operator call through to Equals

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

Syntax

public static bool operator ==(
    PathString left,
    PathString right
)
public:
static bool operator ==(
    PathString left,
    PathString right
)
static let inline (=)
        left:PathString *
        right:PathString : bool
Public Shared Operator = (
    left As PathString,
    right As PathString
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if both PathString values are equal

See Also

PathString Structure
Microsoft.Owin Namespace

Return to top