System::String::operator< मेथड
अंतर्वस्तु
[
छिपाना
]String::operator< method
स्ट्रिंग्स की क्रम तुलना करता है।
bool System::String::operator<(const String &str) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| str | const String& | String वर्तमान वाले की तुलना करने के लिए। |
ReturnValue
सही यदि यह स्ट्रिंग से कम माना जाता है, अन्यथा गलत।
संबंधित देखें
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
title: System::String::operator> मेथड लिंक शीर्षक: operator> second_title: Aspose.Page for C++ description: ‘System::String::operator> मेथड। C++ में स्ट्रिंग्स की क्रम तुलना करता है।’ type: docs weight: 3300 url: /cpp/system/string/operator_/
String::operator> method
स्ट्रिंग्स की क्रम तुलना करता है।
bool System::String::operator>(const String &str) const
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| str | const String& | String वर्तमान वाले की तुलना करने के लिए। |
ReturnValue
सही यदि यह स्ट्रिंग से अधिक माना जाता है, अन्यथा गलत।
संबंधित देखें
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++