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
Name | Type | Default Value | Choices |
---|---|---|---|
a | object | ||
b | object |
Outputs
Name | Type |
---|---|
result | boolean |