طريقة System::String::operator<
محتويات
[
يخفي
]String::operator< method
يقارن السلاسل ترتيبياً.
bool System::String::operator<(const String &str) const
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | String لمقارنة الحالية به. |
ReturnValue
صحيح إذا كان هذا يعتبر أصغر من str، خطأ خلاف ذلك.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
العنوان: طريقة System::String::operator> عنوان الارتباط: operator> العنوان_الثاني: Aspose.Page for C++ الوصف: ‘طريقة System::String::operator>. تقارن السلاسل ترتيبياً في C++.’ النوع: docs الوزن: 3300 الرابط: /cpp/system/string/operator_/
String::operator> method
يقارن السلاسل ترتيبياً.
bool System::String::operator>(const String &str) const
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | String لمقارنة الحالية به. |
ReturnValue
صحيح إذا كان هذا يعتبر أكبر من str، خطأ خلاف ذلك.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++