Nodes > Math > Relational > Is Equal
Returns 1 if A == B, returns 0 otherwise. This is calculated separately for each channel.
Inputs
Name | Type | Description |
---|---|---|
A | float | First vector to compare |
B | float | Second vector to compare |
Outputs
Name | Type | Description |
---|---|---|
( A == B ) | float | Equality (0 or 1) of each channel in A and B |
Was this page helpful?