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

实例。

返回

哈希代码。

实现

适用于