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

IEqualWithUsingConstraint<T>

public interface 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; } } }