Метод System::String::operator==
String::operator==(const String&) const method
Оператор сравнения на равенство.
bool System::String::operator==(const String &str) const
| Параметр | Тип | Описание |
|---|---|---|
| str | const String& | String для сравнения с текущим. |
ReturnValue
true, если обе строки null или обе не null и совпадают, иначе false.
См. также
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::operator==(std::nullptr_t) const method
Проверяет, является ли строка null. Применяет ту же логику, что и вызов IsNull() .
bool System::String::operator==(std::nullptr_t) const
ReturnValue
true, если строка равна null, иначе false.
См. также
- Class String
- Namespace System
- Library Aspose.Font for C++