Inner Drive Extensible Architecture
C#
Show/Hide TOC
Money
Greater
Than Operator
Compares two values to determine which is greater.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
>
(
Money
left
,
Money
right
)
Parameters
left
Money
The value to compare with
right
.
right
Money
The value to compare with
left
.
Return Value
Boolean
if
left
is greater than
right
; otherwise,
.
Implements
IComparisonOperators
TSelf, TOther, TResult
GreaterThan(TSelf, TOther)
Exceptions
InvalidOperationException
Thrown if the two
Money
values are denominated in different currencies.
See Also
Reference
Money Structure
InnerDrive.Financial Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also