Metodo System::Globalization::CompareInfo::GetHashCode
CompareInfo::GetHashCode() const method
Analogo del metodo C# Object.GetHashCode(). Consente l’hashing di oggetti personalizzati.
int System::Globalization::CompareInfo::GetHashCode() const override
ReturnValue
Valore del codice hash calcolato dalla classe corrispondente.
Vedi anche
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::GetHashCode(const String&, CompareOptions) const method
Ottiene il codice hash della stringa basato sulle opzioni di confronto specificate.
virtual int System::Globalization::CompareInfo::GetHashCode(const String &value, CompareOptions options) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const String& | Stringa di input. |
| options | CompareOptions | Opzioni di confronto di String. |
ReturnValue
Codice hash.
Vedi anche
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++