Method SequencedEquals
SequencedEquals(ISequenced<T>)
Check if the contents of that is equal to the contents of this in the sequenced sense. Using the item equalityComparer of this collection.
Declaration
public virtual bool SequencedEquals(ISequenced<T> otherCollection)
Parameters
Type | Name | Description |
---|---|---|
ISequenced<T> | otherCollection | The collection to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | True if equal |