System::Collections::Generic::IEqualityComparer::GetHashCode yöntemi

IEqualityComparer::GetHashCode method

Bir nesne için hash kodunu alır.

virtual int System::Collections::Generic::IEqualityComparer<T>::GetHashCode(T obj) const =0
ParameterTypeAçıklama
objTObject hash kodunu hesaplamak için.

ReturnValue

obj için hesaplanan hash kodu.

Ayrıca Bakınız