System::Collections::IEqualityComparer::GetHashCode metodo

IEqualityComparer::GetHashCode method

Restituisce il codice hash per un oggetto.

virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
ParametroTipoDescrizione
objconst SharedPtr<Object>&Object per calcolare il codice hash.

ReturnValue

Codice hash calcolato per obj.

Vedi anche