ValueTuple<T1,T2,T3>.IStructuralEquatable.GetHashCode メソッド

定義

指定した計算メソッドを使って現在の ValueTuple<T1,T2,T3> インスタンスのハッシュ コードを計算します。

 virtual int System.Collections.IStructuralEquatable.GetHashCode(System::Collections::IEqualityComparer ^ comparer) = System::Collections::IStructuralEquatable::GetHashCode;
int IStructuralEquatable.GetHashCode (System.Collections.IEqualityComparer comparer);
abstract member System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
override this.System.Collections.IStructuralEquatable.GetHashCode : System.Collections.IEqualityComparer -> int
Function GetHashCode (comparer As IEqualityComparer) As Integer Implements IStructuralEquatable.GetHashCode

パラメーター

comparer
IEqualityComparer

現在の ValueTuple<T1,T2,T3> インスタンスのハッシュ コードを計算する GetHashCode(Object) メソッドのオブジェクト。

戻り値

32 ビット符号付き整数ハッシュ コード。

実装

適用対象