System::Collections::IEqualityComparer::GetHashCode method

IEqualityComparer::GetHashCode method

Gets hash code for some object.

virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
ParameterTypeDescription
objconst SharedPtr<Object>&Object to calculate hash code for.

ReturnValue

Hash code calculated for obj.

See Also