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

实例。

返回

哈希代码。

实现

适用于