Skip to main content

logic/equal/object

Returns true if its arguments are equivalent, false otherwise. Handles cyclical data structures. Dispatches symmetrically to the equals methods of both arguments, if present. See Rambdax's equals

=
a
result
b

Inputs

NameTypeDefault ValueChoices
aobject
bobject

Outputs

NameType
resultboolean