Equality
•
==
tests for equality
•
A==B has the value
true
when A and B
are the same;
false
otherwise.
•
!=
tests for inequality
•