System::Collections::Generic::ISet::IsProperSubsetOf method
ISet::IsProperSubsetOf method
Checks if current set is a strict subset of other container.
virtual bool System::Collections::Generic::ISet<T>::IsProperSubsetOf(IEnumerablePtr other)=0
Parameter | Type | Description |
---|---|---|
other | IEnumerablePtr | Superset to check against. |
ReturnValue
True if all elements in current set are present in other and other has more elements than current set, false otherwise.
See Also
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++