Share

AcString::>=

C++

bool operator >=(
    const wchar_t * pwsz
) const;

Description

Compares the string to determine if it is greater than or equal to a string of wide characters.

Parameters

Parameters Description
pwsz Input pointer to the string of characters

Returns

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

Links

AcString

Previous Declaration

inline bool AcString::operator >= (const wchar_t *pwsz) const;

Was this information helpful?