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<T> : SameAsConstraint where T : class
{
public SameAsConstraint(T expected);
}
}