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