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