Equality<T> extension
- on
-
- List<
T>
- List<
Methods
-
isEqualTo(
List< T> other) → bool -
Available on List<
Returns true if this list is equal toT> , provided by the Equality extensionotherwhen order of elements matters. -
isEqualToUnordered(
List< T> other) → bool -
Available on List<
Returns true if this list is equal toT> , provided by the Equality extensionotherwhen order of elements does not matter.