System::Collections::Generic::IEqualityComparer::GetHashCode méthode

IEqualityComparer::GetHashCode method

Obtient le code de hachage pour un objet.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParamètreTypeDescription
objTObject pour calculer le code de hachage.

ReturnValue

Code de hachage calculé pour obj.

Voir aussi