IsSupersetOf()
ISet::IsSupersetOf(IEnumerablePtr) method
Checks if current set is a superset of other container.
virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
Arguments
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Subset to check against. |
Return Value
True if all elements in other are present in set, false otherwise.
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Slides