Assert.AreSame - jnm2/nunit-docs-wiki 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);