System::String::operator< メソッド

String::operator< method

文字列を順序比較します。

bool System::String::operator<(const String &str) const
パラメーター説明
strconst String&String を現在のものと比較するために。

ReturnValue

この文字列が str 未満とみなされる場合は true、そうでない場合は false。

参照


タイトル: System::String::operator> メソッド リンクタイトル: operator> second_title: Aspose.Page for C++ 説明: ‘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

この文字列が str より大きいとみなされる場合は true、そうでない場合は false。

参照