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