NUnit.Framework.Constraints.PropertiesComparerConfiguration
Class to configure how to compare properties
namespace NUnit.Framework.Constraints
{
public class PropertiesComparerConfiguration
{
protected void SetTolerance(object amount);
public PropertiesComparerConfiguration();
}
}