Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
left
Type: Microsoft.Owin.PathStringThe left parameter
right
Type: Microsoft.Owin.PathStringThe right parameter
Return Value
Type: System.Boolean
True if both PathString values are not equal
See Also
PathString Structure
Microsoft.Owin Namespace
Return to top