Share

compare Method

Overload List

Method Description
AcString::compare (AcString &) Compares the string to an AcString object of Unicode characters.
AcString::compare (char *) Compares the string to a string of narrow chars.
AcString::compare (char *, Encoding) Compares the string to a string of narrow characters.
AcString::compare (CStringW &) Compares this string to a CStringW object.
AcString::compare (std::nullptr_t) Compare the string to nullptr.
AcString::compare (wchar_t *) Compares the string to a string of Unicode characters.
AcString::compare (wchar_t) Compares the string to a single Unicode character.

Was this information helpful?