<PackageReference Include="NUnit" Version="4.5.0" />

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(); } }