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