Share via


Address.GetHashCode Method ()

 

Returns the hash code for this instance.

Namespace:   Microsoft.Owin.BuilderProperties
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 for this instance.

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top