Overload List

  NameDescription
AreElementsEqual<(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 and in the same order.
AreElementsEqual<(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 and in the same order.
AreElementsEqual<(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 and in the same order.
AreElementsEqual<(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 and in the same order.
AreElementsEqual<(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 and in the same order.
AreElementsEqual<(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 and in the same order.

See Also