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
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | T | Object untuk menghitung kode hash. |
ReturnValue
Kode hash yang dihitung untuk obj.
Lihat Juga
- Class IEqualityComparer
- Namespace System::Collections::Generic
- Library Aspose.Page for C++