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