System::Collections::Generic::IEqualityComparer::GetHashCode 方法

IEqualityComparer::GetHashCode method

获取某个对象的哈希码。

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
参数类型描述
objTObject 用于计算哈希码。

ReturnValue

已为 obj 计算哈希码。

另见