CTCurrency::operator <, <=, >, >=, ==, !=
Syntax
CTBOOL operator < (const CTCurrency& left, const CTCurrency& right)
CTBOOL operator <= (const CTCurrency& left, const CTCurrency& right)
CTBOOL operator > (const CTCurrency& left, const CTCurrency& right)
CTBOOL operator >= (const CTCurrency& left, const CTCurrency& right)
CTBOOL operator == (const CTCurrency& left, const CTCurrency& right)
CTBOOL operator != (const CTCurrency& left, const CTCurrency& right)
Parameters
Description
These overloaded operators make comparisons between two CTCurrency objects.
Return
The operators return YES or NO, depending on the result of the comparison.