Méthode System::Globalization::CompareInfo::GetHashCode
Contenu
[
Cacher
]CompareInfo::GetHashCode() const method
Analogue de la méthode C# Object.GetHashCode(). Permet le hachage d’objets personnalisés.
int System::Globalization::CompareInfo::GetHashCode() const override
ReturnValue
Valeur du code de hachage telle que calculée par la classe correspondante.
Voir aussi
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::GetHashCode(const String&, CompareOptions) const method
Obtient le code de hachage de la chaîne basé sur les options de comparaison spécifiées.
virtual int System::Globalization::CompareInfo::GetHashCode(const String &value, CompareOptions options) const
| Paramètre | Type | Description |
|---|---|---|
| valeur | const String& | Chaîne d’entrée. |
| options | CompareOptions | Options de comparaison de String. |
ReturnValue
Code de hachage.
Voir aussi
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++