System::Collections::Generic::ISet::IsSubsetOf method
ISet::IsSubsetOf method
Verifica se l’insieme corrente è un sottoinsieme di un altro contenitore.
virtual bool System::Collections::Generic::ISet<T>::IsSubsetOf(IEnumerablePtr other)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | IEnumerablePtr | Superset da confrontare. |
ReturnValue
Vero se tutti gli elementi nell’insieme corrente sono presenti in other, falso altrimenti.
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++