System::Collections::Generic::ISet::Overlaps méthode
ISet::Overlaps method
Vérifie si l’ensemble se chevauche avec un autre conteneur.
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
| Paramètre | Type | Description |
|---|---|---|
| autre | IEnumerablePtr | Conteneur à comparer. |
ReturnValue
Vrai si l’ensemble actuel et other ont au moins un élément commun, faux sinon.
Voir aussi
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++