NUnit.Framework.Constraints.SameAsConstraint<T>
SameAsConstraint tests whether an object is identical to
the object passed to its constructor
namespace NUnit.Framework.Constraints
{
public class SameAsConstraint<[System.Runtime.CompilerServices.Nullable(2)] T> : Constraint where T : class
{
public SameAsConstraint(T expected);
}
}