System::Collections::Generic::ISet::IsSupersetOf method

ISet::IsSupersetOf method

Verifica se l’insieme corrente è un sovrainsieme di un altro contenitore.

virtual bool System::Collections::Generic::ISet<T>::IsSupersetOf(IEnumerablePtr other)=0
ParametroTipoDescrizione
altroIEnumerablePtrSottoinsieme da verificare.

ReturnValue

Vero se tutti gli elementi in other sono presenti nel set, falso altrimenti.

Vedi anche