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
ParametroTipoDescrizione
objTObject per calcolare il codice hash.

ReturnValue

Codice hash calcolato per obj.

Vedi anche