true
if they are equal, or false
if they are not equal.
a
(boolean): The first boolean value to compare. Defaults to false
.b
(boolean): The second boolean value to compare. Defaults to false
.result
(boolean): The result of the equality comparison. Will be true
if a
and b
are equal, or false
if they are not equal.a
input.b
input.result
output will emit true
if a
and b
are equal, or false
if they are not equal.true
.false
.a
and b
inputs of the Equal (Boolean) node (node 2).true
is not equal to false
, it outputs false
.a
and b
inputs. If either is left disconnected, it will default to false
.