Assert.AreSame - samuelneff/docs GitHub Wiki
Assert.AreSame tests that the two arguments reference the same object.
Assert.AreSame( object expected, object actual );
Assert.AreSame( object expected, object actual,
string message, params object[] parms );
####See also...