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