AcString::compareNoCase

ACBASE_PORT int compareNoCase(
    const wchar_t * pwsz
) const;
Parameters
Parameters 
Description 
const wchar_t * pwsz 
Input pointer to the string of chars to compare to 
Description

Compares this string case independently to a string of Unicode chars. 

Returns -1, 0, or 1, indicating less than, equal to, or greater than. 

 

Links