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
ParametroTipoDescrizione
altroIEnumerablePtrSuperset 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