Usage:

x == y

Returns:

1 if x and y are equal, 0 otherwise

To check for equivalence, you can use the ~= operator.

See also:

- ~=