EqualityComparer<T>.IEqualityComparer.GetHashCode(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定对象的哈希代码。
virtual int System.Collections.IEqualityComparer.GetHashCode(System::Object ^ obj) = System::Collections::IEqualityComparer::GetHashCode;
int IEqualityComparer.GetHashCode (object obj);
abstract member System.Collections.IEqualityComparer.GetHashCode : obj -> int
override this.System.Collections.IEqualityComparer.GetHashCode : obj -> int
Function GetHashCode (obj As Object) As Integer Implements IEqualityComparer.GetHashCode
参数
返回
指定对象的哈希代码。
实现
例外
注解
此方法是 方法的 GetHashCode(T) 包装器,因此 obj
必须是可强制转换为由当前实例的泛型类型参数 T
指定的类型的类型。