SetDocumentationIsSubsetOf Method
Determines whether a set is a subset of a specified collection.
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public bool IsSubsetOf(
IEnumerable<int> other
)
Public Function IsSubsetOf (
other As IEnumerable(Of Integer)
) As Boolean
public:
virtual bool IsSubsetOf(
IEnumerable<int>^ other
) sealed
abstract IsSubsetOf :
other : IEnumerable<int> -> bool
override IsSubsetOf :
other : IEnumerable<int> -> bool
- other IEnumerableInt32
- The collection to compare to the current set.
Boolean if the current set is a subset of
other; otherwise,
.
ISetTIsSubsetOf(IEnumerableT)