Skip to main content

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

NameTypeDefault ValueChoices
alist
blist

Outputs

NameType
resultboolean