System::String::operator< メソッド
String::operator< method
文字列を順序比較します。
bool System::String::operator<(const String &str) const
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | String を現在のものと比較するために。 |
ReturnValue
この文字列が str 未満とみなされる場合は true、そうでない場合は false。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
タイトル: 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
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | String を現在のものと比較するために。 |
ReturnValue
この文字列が str より大きいとみなされる場合は true、そうでない場合は false。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++