==
Operators
The Equals node takes in 2 inputs and returns if the values match.
Inputs
A (Pseudo-Generic)
The first value to check.
B (Pseudo-Generic)
The second value to check.
Outputs
* (bool)
Returns if the 2 input values are equal.
The Equals node takes in 2 inputs and returns if the values match.
The first value to check.
The second value to check.
Returns if the 2 input values are equal.