Equal

Input: Equal(a, b)
$$a = b$$

True if $a$ and $b$ are the same mathematical object, and False otherwise.

Input: Equal(a, b, c, d)
$$a = b = c = d$$

This operator can be called with any number of arguments.

Input: Equal(Step(x_(i), For(i, 1, n)))
$$x_{1} = x_{2} = \ldots = x_{n}$$

Testing equality of a sequence of objects.

Last updated: 2020-03-06 00:22:16