Nodes > Math > Relational > Is Not Equal
Returns 1 if A != B, returns 0 otherwise. This is calculated separately for each channel.
Inputs
Name | Type | Description |
---|---|---|
A | float | First value |
B | float | Second value |
Outputs
Name | Type | Description |
---|---|---|
( A != B ) | float | 1 if A != B, 0 otherwise |
Was this page helpful?