Determines whether the current set is a proper (strict) superset of a specified collection.
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 a proper superset of other; otherwise, false.
Implements
ISet T IsProperSupersetOf(IEnumerable T )Exceptions
Exception | Condition |
---|---|
ArgumentNullException | other is null. |
See Also