System::Collections::Generic::IEqualityComparer::GetHashCode method

IEqualityComparer::GetHashCode method

Gets hash code for some object.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParameterTypeDescription
objTObject to calculate hash code for.

ReturnValue

Hash code calculated for obj.

See Also