Metode System::String::operator<
isi
[
bersembunyi
]String::operator< method
Membandingkan urutan string.
bool System::String::operator<(const String &str) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| str | const String& | String untuk membandingkan yang saat ini dengan. |
ReturnValue
true jika ini dianggap kurang dari str, false jika tidak.
Lihat Juga
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
title: Metode System::String::operator> judul tautan: operator> judul_kedua: Aspose.Page for C++ description: ‘Metode System::String::operator> . Membandingkan urutan string dalam C++.’ tipe: docs berat: 3300 url: /cpp/system/string/operator_/
String::operator> method
Membandingkan urutan string.
bool System::String::operator>(const String &str) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| str | const String& | String untuk membandingkan yang saat ini dengan. |
ReturnValue
true jika ini dianggap lebih dari str, false jika tidak.
Lihat Juga
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++