logic/equal/list
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 | list | ||
b | list |
Outputs
Name | Type |
---|---|
result | boolean |