HostString.GetHashCode Method ()
Gets a hash code for the value.
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
Returns Int32.
See Also
HostString Structure
Microsoft.Owin Namespace
Return to top