NUnit.Framework.Constraints.SameAsConstraint
SameAsConstraint tests whether an object is identical to
the object passed to its constructor
namespace NUnit.Framework.Constraints
{
public class SameAsConstraint : Constraint
{
public SameAsConstraint(object expected);
}
}