SetDocumentationIsProperSupersetOf Method
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
public bool IsProperSupersetOf(
IEnumerable<int> other
)
Public Function IsProperSupersetOf (
other As IEnumerable(Of Integer)
) As Boolean
public:
virtual bool IsProperSupersetOf(
IEnumerable<int>^ other
) sealed
abstract IsProperSupersetOf :
other : IEnumerable<int> -> bool
override IsProperSupersetOf :
other : IEnumerable<int> -> bool
- other IEnumerableInt32
- The collection to compare to the current set.
Boolean if the current set is a proper superset of
other; otherwise,
.
ISetTIsProperSupersetOf(IEnumerableT)