System::Globalization::CompareInfo::GetHashCode yöntemi

CompareInfo::GetHashCode() const method

C# Object.GetHashCode() yönteminin benzeri. Özel nesnelerin hash’lenmesini sağlar.

int System::Globalization::CompareInfo::GetHashCode() const override

ReturnValue

İlgili sınıf tarafından hesaplanan hash kodu değeri.

Ayrıca Bakınız

CompareInfo::GetHashCode(const String&, CompareOptions) const method

Belirtilen karşılaştırma seçeneklerine göre dize karma kodunu alır.

virtual int System::Globalization::CompareInfo::GetHashCode(const String &value, CompareOptions options) const
ParameterTypeAçıklama
değerconst String&Girdi dizesi.
optionsCompareOptionsString karşılaştırma seçenekleri.

ReturnValue

Karma kodu.

Ayrıca Bakınız