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