Method SequencedEquals
SequencedEquals(ISequenced<T>)
Compare this sequenced collection to another one in sequence order.
Declaration
bool SequencedEquals(ISequenced<T> otherCollection)
Parameters
Type | Name | Description |
---|---|---|
ISequenced<T> | otherCollection | The sequenced collection to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | True if this collection and that contains equal (according to this collection's itemequalityComparer) in the same sequence order. |