a
(object, default: {}
): The first object to compare.b
(object, default: {}
): The second object to compare.result
(boolean): The result of the equality comparison. Returns true
if the input objects are equal, and false
otherwise.a
and b
input ports.result
output port will emit a boolean value indicating whether the input objects are equal or not.a
and b
input ports of the Equal (Object) node. The result
output will be true
since the two user profiles have the same properties and values.
true
.false
even if the values seem similar.