equal

x == y

equal(x, y)

Check equality of two values. Returns true if the values are equal, and false if not.

Try it yourself:

All functions