System::Collections::Generic::IEqualityComparer::GetHashCode metode

IEqualityComparer::GetHashCode method

Mendapatkan kode hash untuk suatu objek.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParameterTipeDeskripsi
objTObject untuk menghitung kode hash.

ReturnValue

Kode hash yang dihitung untuk obj.

Lihat Juga