System::Collections::Generic::ISet::IsProperSupersetOf method

ISet::IsProperSupersetOf method

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

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

ReturnValue

Vero se tutti gli elementi in other sono presenti nel set e il set ha più elementi rispetto a other, falso altrimenti.

Vedi anche