Is Equal

Overview

Is Equal is a relational expression Node, which compares two input values, and returns a Boolean, based on how the two values compare to each other in terms of equality. The Node has two modes, determined by the Mode Attribute:

  1. IsEqual - Are the two values equal in value.

  2. IsNotEqual - Are the two values not equal in value.

Relational expressions are frequently used in combination with Branch Nodes and logical operator Nodes (AND, OR, and Negate) to create conditional logic, and are essential for building complex systems.

Attributes

Inputs

Outputs

Relational operator on Wikipedia.

Last updated