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