System::Collections::IEqualityComparer::GetHashCode-methode
IEqualityComparer::GetHashCode method
Haalt de hashcode op voor een object.
virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
| Parameter | Type | Beschrijving |
|---|---|---|
| obj | const SharedPtr<Object>& | Object om de hashcode voor te berekenen. |
ReturnValue
Hashcode berekend voor obj.
Zie ook
- Typedef SharedPtr
- Class Object
- Class IEqualityComparer
- Namespace System::Collections
- Library Aspose.Page for C++