Method SetEquals
SetEquals(IEnumerable<T>)
Check if set equals other Overlaps(IEnumerable<T>) operation with hashset.
Declaration
public bool SetEquals(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | other | Enumerable to Overlaps(IEnumerable<T>) with. |
Returns
Type | Description |
---|---|
bool | Returns true if hash iOverlaps operation is true, returns false otherwise. |