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