System::Collections::Generic::ISet::Overlaps method

ISet::Overlaps method

Verifica se l’insieme si sovrappone a un altro contenitore.

virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
ParametroTipoDescrizione
altroIEnumerablePtrContenitore contro cui verificare.

ReturnValue

Vero se l’insieme corrente e other hanno almeno un elemento in comune, falso altrimenti.

Vedi anche