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