System::Globalization::CompareInfo::GetHashCode yöntemi
CompareInfo::GetHashCode() const method
C# Object.GetHashCode() yönteminin benzeri. Özel nesnelerin karmalanmasını sağlar.
int System::Globalization::CompareInfo::GetHashCode() const override
ReturnValue
İlgili sınıf tarafından hesaplanan karma kod değeri.
Ayrıca Bakınız
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::GetHashCode(const String&, CompareOptions) const method
Belirtilen karşılaştırma seçeneklerine göre dize hash kodunu alır.
virtual int System::Globalization::CompareInfo::GetHashCode(const String &value, CompareOptions options) const
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | const String& | Girdi dizesi. |
| options | CompareOptions | String karşılaştırma seçenekleri. |
ReturnValue
Hash kodu.
Ayrıca Bakınız
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++