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
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
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
| Parameter | Type | Açıklama |
|---|---|---|
| değer | const String& | Girdi dizesi. |
| options | CompareOptions | String karşılaştırma seçenekleri. |
ReturnValue
Karma kodu.
Ayrıca Bakınız
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++