PathString.GetHashCode Method ()
Returns the hash code for the PathString value. The hash code is provided by the OrdinalIgnoreCase implementation.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer
Return Value
Type: System.Int32
The hash code
See Also
PathString Structure
Microsoft.Owin Namespace
Return to top