Overload List

  NameDescription
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>))
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>), EqualityComparison<(Of <(T>)>))
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>), IEqualityComparer<(Of <(T>)>))
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>), String, array<Object>[]()[])
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>), EqualityComparison<(Of <(T>)>), String, array<Object>[]()[])
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.
AreElementsEqualIgnoringOrder<(Of <(T>)>)(IEnumerable<(Of <(T>)>), IEnumerable<(Of <(T>)>), IEqualityComparer<(Of <(T>)>), String, array<Object>[]()[])
Verifies that expected and actual sequences have the same number of elements and that the elements are equal but perhaps in a different order.

See Also