Share

AcString::>=

C++

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

Description

Compares the string to determine if it is greater than or equal to another AcString object.

Parameters

Parameters Description
acs Input reference to the other AcString object

Returns

true if this string is greater than or equal to acs, false otherwise.

Links

AcString

Previous Declaration

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

Was this information helpful?