GetHashCode()

IEqualityComparer::GetHashCode(T) const method

Gets hash code for some object.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0

Arguments

ParameterTypeDescription
objTObject to calculate hash code for.

Return Value

Hash code calculated for obj.

See Also