Tuple<T1,T2,T3,T4>.GetHashCode 方法

定義

傳回目前 Tuple<T1,T2,T3,T4> 物件的雜湊碼。

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

傳回

Int32

32 位元帶正負號的整數雜湊碼。

適用於