System::String::operator< метод

String::operator< method

Сравнивает строки по порядку.

bool System::String::operator<(const String &str) const
ПараметрТипОписание
strconst String&String для сравнения с текущей.

ReturnValue

true, если это считается меньше str, иначе false.

См. также


title: System::String::operator> метод linktitle: operator> second_title: Aspose.Page для C++ description: ‘System::String::operator> метод. Сравнивает строки в порядке в C++.’ type: docs вес: 3300 url: /cpp/system/string/operator_/

String::operator> method

Сравнивает строки по порядку.

bool System::String::operator>(const String &str) const
ПараметрТипОписание
strconst String&String для сравнения с текущей.

ReturnValue

true, если это считается больше str, иначе false.

См. также