true
, the output will be false
, and vice versa.
a
(boolean, default: false
): The boolean value to be negated.result
(boolean): The negated value of the input.a
input of the Boolean Negate node.result
output.Condition
input before it is passed to the If
node. The action connected to the then
input of the If
node will only be executed when the original Condition
is false
.