System::Collections::Generic::ISet::Overlaps méthode
ISet::Overlaps method
Vérifie si l’ensemble chevauche un autre conteneur.
virtual bool System::Collections::Generic::ISet<T>::Overlaps(IEnumerablePtr other)=0
| Paramètre | Type | Description |
|---|---|---|
| autre | IEnumerablePtr | Conteneur à vérifier contre. |
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.Page for C++