System.Currency.operator >

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool __fastcall operator >(const Currency& rhs) const
bool __fastcall operator >(int rhs) const
bool __fastcall operator >(double rhs) const

Properties

Type Visibility Source Unit Parent
function public syscurr.h System Currency


Description

Tests whether this Currency value is greater than a specified value.

The operator > compares the value of the Currency object with the value specified by the rhs operand. It returns True if this Currency object has a greater value than rhs, False otherwise.

See Also