| CollectionUtilsSequenceEqual Method |
| Name | Description | |
|---|---|---|
| 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.
|