Skip to content

Assert.AreSame

jnm2 edited this page Jun 14, 2017 · 5 revisions

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...

Clone this wiki locally