• The == operator looks at the contents of two reference variables.
• If both reference variables contain the same reference, then the result is true. Otherwise the result is false.
•The == operator does NOT look at objects!It only looks at references (information about where an object is located).