Function CSPWString::CompareNoCase()
Description:
Performs a case insensitive comparison between this string and another one.
 |
Prototype:
long CompareNoCase(const CSPWString& wstrString) const;
Arguments:
- const CSPWString& wstrString [IN]
The string to compare to.
Return value:
If this string is lexicographically greater than the other, it returns a number greater than zero.
|
|