[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Type Parameters

T

Overload List



NameDescription
AreEqual<(Of T>)(ICollection<(Of T>), ICollection<(Of T>))
Compares two collections of objects. The objects must share the same generic parameter, but can be of different collections.
AreEqual<(Of T>)(IEnumerator<(Of T>), IEnumerator<(Of T>))
Compares two collections of objects. The objects must share the same generic parameter, but can be of different collections.