System::String::operator== méthode
String::operator==(const String&) const method
Opérateur de comparaison d’égalité.
bool System::String::operator==(const String &str) const
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String pour comparer à l’actuel. |
ReturnValue
vrai si les deux chaînes sont nulles ou si les deux ne sont pas nulles et correspondent, faux sinon.
Voir aussi
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator==(std::nullptr_t) const method
Vérifie si la chaîne est nulle. Applique la même logique que l’appel IsNull().
bool System::String::operator==(std::nullptr_t) const
ReturnValue
vrai si la chaîne est null, faux sinon.
Voir aussi
- Class String
- Namespace System
- Library Aspose.Font for C++