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) 方法會計算此雜湊碼。 這個參數已忽略。

傳回

這個 ValueTuple 執行個體的雜湊碼。

實作

適用於