Skip to main content
Version: 5.x

Nodes > Math > Relational > Is Equal

Is Equal

Returns 1 if A == B, returns 0 otherwise. This is calculated separately for each channel.

Inputs

NameTypeDescription
AfloatFirst vector to compare
BfloatSecond vector to compare

Outputs

NameTypeDescription
( A == B )floatEquality (0 or 1) of each channel in A and B
Was this page helpful?
Yes
No