GetHashCode(Tuple<T1,T2,T3>) Method
See Also 
SourceCode Namespace > TupleEqualityComparer<T1,T2,T3> Class > GetHashCode Method : GetHashCode(Tuple<T1,T2,T3>) Method



obj

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetHashCode( _
   ByVal obj As Tuple(Of T1,T2,T3) _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As TupleEqualityComparer(Of T1,T2,T3)
Dim obj As Tuple(Of T1,T2,T3)
Dim value As Integer
 
value = instance.GetHashCode(obj)
C#  
public int GetHashCode( 
   Tuple<T1,T2,T3> obj
)
C++/CLI  
public:
int GetHashCode( 
   Tuple<T1^,T2^,T3^>^ obj
) 

Parameters

obj

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also