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

IChainComparer

interface IChainComparer
Interface for comparing two Objects.
namespace NUnit.Framework.Constraints.Comparers { internal interface IChainComparer { bool? Equal(object x, object y, ref Tolerance tolerance); } }