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