the
equal
of
factor
equal
(
expression )
Factor and expression yield any kind of list
.
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
.
If the given values are integer
s or number
s, the values will be compared numerically. If the given values are date
s, the values will be compared chronologically. Otherwise, the values will be compared as strings.
This is the infinite-arity version of the =
operator.