共用方式為


ValueComparer<T>.GetHashCode 方法

定義

多載

GetHashCode(Object)

傳回指定實例的雜湊碼。

GetHashCode(T)

傳回指定實例的雜湊碼。

GetHashCode(Object)

傳回指定實例的雜湊碼。

public override int GetHashCode (object instance);
public override int GetHashCode (object? instance);
override this.GetHashCode : obj -> int
Public Overrides Function GetHashCode (instance As Object) As Integer

參數

instance
Object

執行個體。

傳回

雜湊碼。

適用於

GetHashCode(T)

傳回指定實例的雜湊碼。

public virtual int GetHashCode (T instance);
override this.GetHashCode : 'T -> int
Public Overridable Function GetHashCode (instance As T) As Integer

參數

instance
T

執行個體。

傳回

雜湊碼。

實作

適用於