ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest>.IStructuralEquatable.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的計算方法,計算目前 ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> 執行個體的雜湊碼。
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<T1,T2,T3,T4,T5,T6,T7,TRest> 執行個體的雜湊碼。
傳回
32 位元帶正負號的整數雜湊碼。
實作
備註
這個成員是明確介面實作。 它只能在實例轉換成 IStructuralEquatable 介面時 ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> 使用。 方法只會包裝對物件實作的 IEqualityComparer.GetHashCode 呼叫 comparer
。
用來計算雜湊碼的演算法應該針對 ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> 兩個被視為相等的物件傳回相同的雜湊碼。