System::String::operator< 메서드

String::operator< method

문자열을 순서대로 비교합니다.

bool System::String::operator<(const String &str) const
매개변수형식설명
strconst String&String와 현재 문자열을 비교하기 위해.

ReturnValue

이 문자열이 str보다 작다고 판단되면 true, 그렇지 않으면 false.

또 보기


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
매개변수형식설명
strconst String&String와 현재 문자열을 비교하기 위해.

ReturnValue

이 문자열이 str보다 크다고 판단되면 true, 그렇지 않으면 false.

또 보기