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

CollectionItemsEqualConstraint

protected bool IgnoringCase { get; }

protected bool IgnoringWhiteSpace { get; }

protected bool UsingExternalComparer { get; }

protected CollectionItemsEqualConstraint(object arg)

protected bool ItemsEqual(object x, object y)

Flag the constraint to use the supplied IComparer object.

Flag the constraint to use the supplied IComparer object.

Flag the constraint to use the supplied Comparison object.

Flag the constraint to use the supplied IEqualityComparer object.

Flag the constraint to use the supplied IEqualityComparer object.

public CollectionItemsEqualConstraint Using<T>(Func<T, T, bool> comparer)

Flag the constraint to use the supplied boolean-returning delegate.

Enables comparing of instance properties.