System::Collections::IEqualityComparer::GetHashCode Methode
IEqualityComparer::GetHashCode method
Gibt den Hashcode für ein Objekt zurück.
virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj | const SharedPtr<Object>& | Object zum Berechnen des Hashcodes für. |
ReturnValue
Hashcode für obj berechnet.
Siehe auch
- Typedef SharedPtr
- Class Object
- Class IEqualityComparer
- Namespace System::Collections
- Library Aspose.Font for C++