opto.trace.nodes.ExceptionNode.eq

opto.trace.nodes.ExceptionNode.eq#

ExceptionNode.eq(other)#

Check if the node is 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.