NUnit.Framework.IEqualWithUsingConstraint<T>
Interface for equal constraints which support user comparisons.
namespace NUnit.Framework
{
public interface IEqualWithUsingConstraint<T>
{
T Expected { get; }
ConstraintBuilder Builder { get; set; }
}
}