ProtoFlux:Not Equals

From Resonite Wiki
Revision as of 08:34, 27 June 2024 by AmasterAmaster (talk | contribs) (Small correction: This is the correct link to this concept of "not equals".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
!=
A
*
B
Operators

The Not Equals node takes in 2 inputs and returns if the values do not match.

If you need to check if values are equal to each other, use the Equals node.

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 not equal.

Bugs & Issues

  • This node does not correctly return the correct value when using and comparing NaN values against each other: #1046 & #1244.

See Also