When using the == operator to compare a class reference to null, the compiler gives an error, telling the programmer to use the "is" operator instead. However, using the != operator fails to generate a similar message.
*** This issue has been marked as a duplicate of issue 1896 ***