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
Parameter | Type | Description |
---|---|---|
obj | T | Object to calculate hash code for. |
ReturnValue
Hash code calculated for obj.
See Also
- Class IEqualityComparer
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++