opto.trace.nodes.Node.neq#
- Node.neq(other)[source]#
Check if the node is not equal to another value.
- Parameters:
other – The value to compare the node to.
- Returns:
A node containing the comparison result.
- Return type:
Notes
If a logic operator is used in an if-statement, it will return a boolean value. Otherwise, it will return a MessageNode.