Determines whether the current set and the specified collection contain the same elements.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- other
- Type: System.Collections.Generic IEnumerable Int32
The collection to compare to the current set.
Return Value
Type: Booleantrue if the current set is equal to other; otherwise, false.
Implements
ISet T SetEquals(IEnumerable T )Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is null. |
See Also