System::Collections::Generic::ISet::Overlaps metodo
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 da confrontare. |
ReturnValue
Vero se il set corrente e other hanno almeno un elemento in comune, falso altrimenti.
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++