NUnit.Framework.Constraints.CollectionEquivalentConstraint
CollectionEquivalentConstraint is used to determine whether two
collections are equivalent.
namespace NUnit.Framework.Constraints
{
public class CollectionEquivalentConstraint : CollectionItemsEqualConstraint
{
public CollectionEquivalentConstraint(IEnumerable expected);
public CollectionEquivalentConstraint Using<[System.Runtime.CompilerServices.Nullable(2)] TActualElement, [System.Runtime.CompilerServices.Nullable(2)] TExpectedElement>(Func<TActualElement, TExpectedElement, bool> comparison);
}
}