IEqualWithUsingConstraint<T>
Interface for equal constraints which support user comparisons.
using System.Runtime.CompilerServices;
namespace NUnit.Framework
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface IEqualWithUsingConstraint<[System.Runtime.CompilerServices.Nullable(2)] T>
{
T Expected { get; }
}
}