not a stub |
m YoshBot moved page ProtoFlux:Not Equals to ProtoFlux:NotEquals: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:28, 21 August 2025
!=
Operators
The Not Equals node takes in 2 inputs and returns if the values do not 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 not equal.
Bugs & Issues
See Also
- Wikipedia's definition of inequation.
- Microsoft's documentation on the inequality operator.