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

IEqualityComparer::GetHashCode method

Obtient le code de hachage d’un objet.

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

ReturnValue

Code de hachage calculé pour obj.

Voir aussi