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