Share

AcString::compareNoCase

C++

Adesk::Int32 compareNoCase(
    const wchar_t * pwsz
) const;

Description

Compares the string case-independently to a string of Unicode characters.

Parameters

Parameters Description
pwsz Input pointer to the string of characters to compare to

Returns

0 if this string equals pwsz, a value < 0 if this string is less than pwsz and a value > 0 if this string is greater than pwsz.

Links

AcString

Previous Declaration

ACBASE_PORT int compareNoCase(const wchar_t *pwsz) const;

Was this information helpful?