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