Method SetEquals
SetEquals(IEnumerable<String>)
Determines whether the current set and the specified collection contain the same elements.
Declaration
public virtual bool SetEquals(IEnumerable<string> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | other | The collection to compare to the current set. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Implements
System.Collections.Generic.ISet<T>.SetEquals(System.Collections.Generic.IEnumerable<T>)