EquatableListTContainsExactly Method |
| Name | Description | |
|---|---|---|
| ContainsExactly(T) |
Checks if the list contains a single value which is the one specified.
| |
| ContainsExactly(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.
|