Helper and extension methods for IEnumerable in System.Collections
More...
|
static bool | SequenceEquals (this IEnumerable obj, IEnumerable other) |
| Compares two sequences of IEnumerable. The sequence is considered equal if every single element is considered equal and if both sequences have the same length. More...
|
|
Helper and extension methods for IEnumerable in System.Collections
static bool PushTechnology.DiffusionCore.Utilities.EnumerableHelpers.SequenceEquals |
( |
this IEnumerable |
obj, |
|
|
IEnumerable |
other |
|
) |
| |
|
static |
Compares two sequences of IEnumerable. The sequence is considered equal if every single element is considered equal and if both sequences have the same length.
- Parameters
-
obj | The left object of the comparison |
other | The right object of the comparison |
- Returns
- true if the both sequences have the same length and all the elements are the same