Method SetEquals
| Improve this Doc View SourceSetEquals(IScalars, IScalars)
Determines whether the current set and the specified collection contain the same elements.
Declaration
public static bool SetEquals(this IScalars source, IScalars other)
Parameters
| Type | Name | Description |
|---|---|---|
| IScalars | source | The current set. |
| IScalars | other | The collection to compare to the current set. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the current set and the specified collection contain the same elements; otherwise, false. |