| CollectionUtils Methods |
The CollectionUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| DictionaryEqualTKey, TValue |
Compares two dictionary for equality.
| |
| ListEqual |
Compares the two passed lists for equality. Two lists are considered equal, if they contain equal elements in the
same order.
| |
| SequenceEqualT(IEnumerableT, IEnumerableT) |
Compares two sequences by comparing their items instead of their references. Also checks the case that
both sequences are null. In this case the method returns true.
| |
| SequenceEqualT(IEnumerableT, IEnumerableT, IEqualityComparerT) |
Compares two sequences by comparing their items instead of their references. Also checks the case that
both sequences are null. In this case the method returns true.
| |
| SwapT |
Swaps the elements with the specified indices in the passed list.
| |
| ToString |
Returns a comma-separated list of the elements of the passed sequence.
|