Metodo System::Collections::Generic::IEqualityComparer::GetHashCode

IEqualityComparer::GetHashCode method

Ottiene il codice hash per un oggetto.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParametroTipoDescrizione
objTObject per calcolare il codice hash.

ReturnValue

Codice hash calcolato per obj.

Vedi anche