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