Currency.GreaterThanOrEqual Operator | |
This operator is used in code generated by the compiler when needed.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR >=(
lhs AS CURRENCY,
rhs AS CURRENCY
) AS LOGIC
public static bool operator >=(
Currency lhs,
Currency rhs
)
Request Example
View SourceParameters
- lhs
- Type: Currency
- rhs
- Type: Currency
Return Value
Type:
LogicSee Also