共用方式為


ValueComparer.GetHashCode(Object) 方法

定義

傳回指定實例的雜湊碼。

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

參數

instance
Object

執行個體。

傳回

雜湊碼。

實作

適用於