Click or drag to resize

EquatableListTContainsExactly Method

Overload List
  NameDescription
Public methodContainsExactly(T)
Checks if the list contains a single value which is the one specified.
Public methodContainsExactly(EquatableListT)
Checks if the list contains exactly the same items as source. Duplicate values are, however, ignored. The items doesn't have to occur in the same order.
Top
See Also