chstring.h 헤더
이 헤더는 Windows Management Instrumentation에서 사용됩니다. 자세한 내용은 다음을 참조하세요.
chstring.h에는 다음과 같은 프로그래밍 인터페이스가 포함되어 있습니다.
CHString 다음 표에는 CHString 메서드가 나와 있습니다. |
NA:chstring::operator!= chstring.operator-not-equal-to 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |
NA:chstring::operator< chstring.operator-less-than 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |
NA:chstring::operator<= chstring.operator-less-than-equal-to 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |
NA:chstring::operator== chstring.operator-equal-equal-to 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |
NA:chstring::operator> chstring.operator-greater-than 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |
NA:chstring::operator>= chstring.operator-greater-than-equal-to 함수는 두 문자열을 비교합니다. 이러한 연산자는 대/소문자를 구분하는 Compare 메서드를 편리하게 대체합니다. |