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
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | IEnumerablePtr | Contenitore contro cui verificare. |
ReturnValue
Vero se l’insieme corrente e other hanno almeno un elemento in comune, falso altrimenti.
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++