System::Collections::Generic::ISet::SetEquals method
ISet::SetEquals method
Verifica se l’insieme e il contenitore contengono gli stessi elementi.
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| altro | IEnumerablePtr | Contenitore contro cui verificare. |
ReturnValue
Vero se entrambi i contenitori contengono gli stessi elementi, falso altrimenti.
Vedi anche
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++