Share

>

C++

inline bool operator >(
    const CStringW & csw, 
    const AcString & acs
);

File

AcString.h

Description

Compares whether a CStringW object is greater than an AcString object.

Parameters

Parameters Description
csw Input reference to a CStringW object
acs Input reference to an AcString object

Returns

true if csw is greater than acs, else false.

Was this information helpful?