Assert.AreNotSame
tests that the two arguments do not reference the same object.
The arguments must be reference Types.
Assert.AreNotSame<T>(T expected, T actual,
string message=null, params object[] args) where T : class;
Assert.AreNotSame
tests that the two arguments do not reference the same object.
The arguments must be reference Types.
Assert.AreNotSame<T>(T expected, T actual,
string message=null, params object[] args) where T : class;