System::Globalization::CompareInfo::GetHashCode-Methode
CompareInfo::GetHashCode() const method
Analogie zur C#-Methode Object.GetHashCode(). Ermöglicht das Hashen benutzerdefinierter Objekte.
int System::Globalization::CompareInfo::GetHashCode() const override
ReturnValue
Hashcode-Wert, wie von der entsprechenden Klasse berechnet.
Siehe auch
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::GetHashCode(const String&, CompareOptions) const method
Liefert den Hashcode der Zeichenkette basierend auf den angegebenen Vergleichsoptionen.
virtual int System::Globalization::CompareInfo::GetHashCode(const String &value, CompareOptions options) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Eingabezeichenkette. |
| options | CompareOptions | Vergleichsoptionen für String. |
ReturnValue
Hashcode.
Siehe auch
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++