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-大于-equal-to 函数比较两个字符串。 这些运算符可以方便地替代区分大小写的 Compare 方法。 |