GetHashCode()

IEqualityComparer::GetHashCode(const SharedPtr<Object>&) const method

Gets hash code for some object.

virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0

Arguments

ParameterTypeDescription
objconst SharedPtr<Object>&Object to calculate hash code for.

Return Value

Hash code calculated for obj.

See Also