Metodo System::ObjectExt::GetHashCode
ObjectExt::GetHashCode method
Implementa le chiamate GetHashCode(); funziona sia sulle sottoclassi di Object sia su tipi non correlati.
template<typename T> static int System::ObjectExt::GetHashCode(const T &obj)
| Parametro | Descrizione |
|---|---|
| T | Tipo per cui calcolare il codice hash. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const T& | Object per cui calcolare il codice hash. |
ReturnValue
Codice hash calcolato per l’oggetto passato.
Vedi anche
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++