Share

AcString::compareNoCase

C++

Adesk::Int32 compareNoCase(
    const CStringW & csw
) const;

Description

Compares the string case-independently to a CStringW object.

Parameters

Parameters Description
csw Input reference to the CStringW object

Returns

0 if this string equal csw, a value < 0 if this string is less than csw, a value > 0 if this string is greater than csw.

Links

AcString

Previous Declaration

AutoCAD 2024 and earlier

int compareNoCase(const CStringW & csw) const;

inline int AcString::compareNoCase(const CStringW & csw) const;

Was this information helpful?