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