Method UnsequencedEquals
UnsequencedEquals(ICollection<T>)
Check if the contents of otherCollection is equal to the contents of this in the unsequenced sense. Uses the item equality comparer of this collection
Declaration
public virtual bool UnsequencedEquals(ICollection<T> otherCollection)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | otherCollection | The collection to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | True if equal |