HELP
An object that branches output if the data
input values are equal.

USE
Use If A == B to test for equality and branch
based on that test.

LOCATION
Flow ==> Conditional ==> If A == B

NOTES
If A == B is a preconfigured If/Then object
that tests the equality of the inputs.  You
cannot modify the condition or change the
data inputs.  You can use If/Then to change
the condition or data inputs.

If the inputs are equal, the Then output
is propagated with an Int32 scalar 1, else
the Else output is propagated with an Int32
scalar 0.

SEE ALSO
Conditional, If/Then, If A != B, If A < B, 
If A > B, If A <= B, and If A >= B.

Relational under Formula.
