System::Collections::Generic::ISet::IsProperSupersetOf méthode
ISet::IsProperSupersetOf method
Vérifie si l’ensemble actuel est un sur-ensemble strict d’un autre conteneur.
virtual bool System::Collections::Generic::ISet<T>::IsProperSupersetOf(IEnumerablePtr other)=0
| Paramètre | Type | Description |
|---|---|---|
| autre | IEnumerablePtr | Sous-ensemble à comparer. |
ReturnValue
Vrai si tous les éléments de other sont présents dans l’ensemble et que l’ensemble possède plus d’éléments que other, faux sinon.
Voir aussi
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++