Share via


Pair<T1, T2>.GetHashCode Method

Gets the hash code of the two reference type instances.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Pair
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return Value

Type: System.Int32
The hash code.

See Also

Reference

Pair<T1, T2> Structure

Pair<T1, T2> Members

Microsoft.BusinessData.Infrastructure Namespace