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
ParametroTipoDescrizione
altroIEnumerablePtrSuperset da confrontare.

ReturnValue

Vero se tutti gli elementi nell’insieme corrente sono presenti in other, falso altrimenti.

Vedi anche