Functions

equal

Supported By

Syntax

[the] equal of factor

equal ( expression )

Factor and expression yield any kind of list.

Description

The equal function returns true if and only if all of its arguments are equal to each other. If any two arguments are not equal, the equal function returns false.

Notes

If the given values are integers or numbers, the values will be compared numerically. If the given values are dates, the values will be compared chronologically. Otherwise, the values will be compared as strings.

This is the infinite-arity version of the = operator.

See Also

=