NUnit.Framework.Constraints.NUnitEqualityComparer public sealed class NUnitEqualityComparer Documentation Code public sealed class FailurePoint public bool CompareAsCollection { get; set; } public bool CompareProperties { get; set; } public PropertiesComparerConfiguration ComparePropertiesConfiguration { get; set; } public IList<EqualityAdapter> ExternalComparers { get; } 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 NUnitEqualityComparer() public bool AreEqual(object x, object y, ref Tolerance tolerance)