== - testing for equality

A == B


== tests to see if A and B are equal,
if that's the case true is returned else false is returned.


See also
if | while | != | ~= | < | > | <= | >=