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