Syntax
bool operator < ( CTMoney left, CTMoney right)
bool operator <= ( CTMoney left, CTMoney right)
bool operator > ( CTMoney left, CTMoney right)
bool operator >= ( CTMoney left, CTMoney right)
bool operator == ( CTMoney left, CTMoney right)
bool operator != ( CTMoney left, CTMoney right)
Parameters
Description
These overloaded operators make comparisons between two CTMoney objects.
Return
The operators return true or false, depending on the result of the comparison.