If Equal
Outputs True Result or False Result depending on whether value1 == value2.
Parameter Types
Parameter descriptions
Value1The first value to compare.
Value2The second value to compare.
True ResultThe output of the node if the
Value1input parameter is equal to theValue2input parameter.False ResultThe output of the node if the
Value1input parameter isn’t equal to theValue2input parameter.