ValueTuple.IStructuralEquatable.GetHashCode(IEqualityComparer) メソッド

定義

この ValueTuple インスタンスのハッシュ コードを返します。

 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

ハッシュ コードを計算する GetHashCode(Object) メソッドのオブジェクト。 このパラメーターは無視されます。

戻り値

Int32

この ValueTuple インスタンスのハッシュ コード。

実装

適用対象