opto.trace.nodes.ParameterNode.neq

opto.trace.nodes.ParameterNode.neq#

ParameterNode.neq(other)#

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:

Node

Notes

If a logic operator is used in an if-statement, it will return a boolean value. Otherwise, it will return a MessageNode.