Usual.GreaterThanOrEqual Operator | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR >=(
lhs AS USUAL,
rhs AS USUAL
) AS LOGIC
public static bool operator >=(
Usual lhs,
Usual rhs
)
Request Example
View SourceParameters
- lhs
- Type: Usual
- rhs
- Type: Usual
Return Value
Type:
LogicSee Also