RoutingAddress.GetHashCode method
The GetHashCode method gets the hash code for this instance of the RoutingAddress structure.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As RoutingAddress
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return value
Type: System.Int32