Share

AcString::==

C++

bool operator ==(
    const AcString & acs
) const;

Description

Compares the string for equality with another AcString object.

Parameters

Parameters Description
acs Input reference to the other AcString object

Returns

true if this string equals acs, else false.

Links

AcString

Previous Declaration

inline bool AcString::operator == (const AcString & acs) const;

Was this information helpful?