a
(Array): The first array to compare.
[]
b
(Array): The second array to compare.
[]
result
(Boolean): True if the input arrays are equal, false otherwise.a
input.b
input.result
output will emit true if the arrays are equal, false otherwise.[1, 2, 3]
are defined using Data Constant Array nodes.a
and b
inputs of the Logic Equal Array node.result
output of the Logic Equal Array node is connected to an IO Log node.true
to the console since the input arrays are equal.[1, 2, 3]
is not equal to [3, 2, 1]
.