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

IEqualityComparer::GetHashCode method

获取某个对象的哈希码。

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParameterType描述
objT用于计算哈希码的 Object

ReturnValue

obj 计算的哈希码。

另见