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)
ParametroDescrizione
TTipo per cui calcolare il codice hash.
ParametroTipoDescrizione
objconst T&Object per cui calcolare il codice hash.

ReturnValue

Codice hash calcolato per l’oggetto passato.

Vedi anche