Search Results for

    Show / Hide Table of Contents

    ClassicAssert.AreSame

    ClassicAssert.AreSame tests that the two arguments reference the same object.

    ClassicAssert.AreSame(object expected, object actual);
    ClassicAssert.AreSame(object expected, object actual,
                   string message, params object[] params);
    

    See Also

    • SameAs Constraint
    • Edit this page
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0