ValueTuple<T1>.IStructuralEquatable.GetHashCode(IEqualityComparer) メソッド
定義
指定した計算メソッドを使って現在の ValueTuple<T1> インスタンスのハッシュ コードを計算します。Calculates the hash code for the current ValueTuple<T1> instance by using a specified computation method.
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> インスタンスのハッシュ コードを計算する GetHashCode(Object) メソッドのオブジェクト。An object whose GetHashCode(Object) method calculates the hash code of the current ValueTuple<T1> instance.
戻り値
32 ビット符号付き整数ハッシュ コード。A 32-bit signed integer hash code.