Filled in this node page. |
Small correction: This is the correct link to this concept of "not equals". |
||
Line 37: | Line 37: | ||
== See Also == | == See Also == | ||
* Wikipedia's definition of [https://en.wikipedia.org/wiki/ | * Wikipedia's definition of [https://en.wikipedia.org/wiki/Inequation inequation]. | ||
* Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/equality-operators inequality] operator. | * Microsoft's documentation on the [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/equality-operators inequality] operator. | ||
[[Category:ProtoFlux:Stubs]] | [[Category:ProtoFlux:Stubs]] | ||
[[Category:ProtoFlux:Operators]] | [[Category:ProtoFlux:Operators]] |
Latest revision as of 08:34, 27 June 2024
!=
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.