equal to

Оne of the comparison operators which means that one of variables is equal to another.
if (x == y) { ... } // (x is equal to y)