System::Collections::IEqualityComparer::GetHashCode metode

IEqualityComparer::GetHashCode method

Mendapatkan kode hash untuk suatu objek.

virtual int System::Collections::IEqualityComparer::GetHashCode(const SharedPtr<Object> &obj) const =0
ParameterTipeDeskripsi
objconst SharedPtr<Object>&Object untuk menghitung kode hash.

ReturnValue

Kode hash yang dihitung untuk obj.

Lihat Juga