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