Here's another look at how variables and their values can be compared.
The == operator compares the contents of the variables.
For primitive variables, the value is in the variable itself. The ==...