System::Collections::Generic::ISet::IsProperSupersetOf método
ISet::IsProperSupersetOf method
Comprueba si el conjunto actual es un superconjunto estricto de otro contenedor.
virtual bool System::Collections::Generic::ISet<T>::IsProperSupersetOf(IEnumerablePtr other)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| otro | IEnumerablePtr | Subconjunto contra el cual comprobar. |
ReturnValue
Verdadero si todos los elementos en other están presentes en el conjunto y el conjunto tiene más elementos que other, falso en caso contrario.
Ver también
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++