ClassicAssert.AreNotSame
ClassicAssert.AreNotSame tests that the two arguments do not reference the same object.
ClassicAssert.AreNotSame(object expected, object actual);
ClassicAssert.AreNotSame(object expected, object actual,
string message, params object[] params);