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

NUnit.Framework.Constraints.NUnitEqualityComparer

public sealed class NUnitEqualityComparer
public sealed class FailurePoint

public bool CompareAsCollection { get; set; }

public bool CompareProperties { get; set; }

public IList<FailurePoint> FailurePoints { get; }

public bool HasFailurePoints { get; }

public bool IgnoreCase { get; set; }

public bool IgnoreLineEndingFormat { get; set; }

public bool IgnoreWhiteSpace { get; set; }

public bool WithSameOffset { get; set; }

public bool AreEqual(object x, object y, ref Tolerance tolerance)