Overload List

  NameDescription
EquatableList<(Of <(T>)>)()()()
Construct an empty list.
EquatableList<(Of <(T>)>)(IEnumerable<(Of <(T>)>))
Construct a list with some items already in it.
EquatableList<(Of <(T>)>)(T)
Construct a list with one item.

See Also