System::Collections::Generic::ISet::SetEquals método
ISet::SetEquals method
Comprueba si el conjunto y el contenedor contienen los mismos elementos.
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| otro | IEnumerablePtr | Contenedor contra el cual comprobar. |
ReturnValue
Verdadero si ambos contenedores contienen los mismos elementos, falso en caso contrario.
Ver también
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++