Overload List

  NameDescription
AreElementsSameIgnoringOrder<(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 referentially equal but perhaps in a different order.
AreElementsSameIgnoringOrder<(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 referentially equal but perhaps in a different order.

See Also