System::Collections::IEqualityComparer::GetHashCode metodo
IEqualityComparer::GetHashCode method
Restituisce il codice hash per un oggetto.
virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const SharedPtr<Object>& | Object per calcolare il codice hash. |
ReturnValue
Codice hash calcolato per obj.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IEqualityComparer
- Namespace System::Collections
- Library Aspose.Font for C++