Binary.LessThan 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 BINARY,
rhs AS BINARY
) AS LOGIC
public static bool operator <(
Binary lhs,
Binary rhs
)
Request Example
View SourceParameters
- lhs
- Type: Binary
- rhs
- Type: Binary
Return Value
Type:
LogicSee Also