System::StringComparer::Compare 메서드
StringComparer::Compare method
현재 설정을 사용하여 두 문자열을 비교합니다.
virtual int System::StringComparer::Compare(args_type x, args_type y) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | args_type | 좌변 문자열 값. |
| y | args_type | 우변 문자열 값. |
ReturnValue
x가 y보다 앞에 있으면 음수, 같으면 0, 그 외에는 양수 값을 반환합니다.
또 보기
- Typedef args_type
- Class StringComparer
- Namespace System
- Library Aspose.Page for C++