GetHashCode Method

Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest).GetHashCode Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Calculates the hash code for the current Tuple(Of T1, T2, T3, T4, T5, T6, T7, TRest) object.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32
A 32-bit signed integer hash code.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft