System::Collections::Generic::ISet::SetEquals metod
ISet::SetEquals method
Kontrollerar om mängden och behållaren innehåller samma element.
virtual bool System::Collections::Generic::ISet<T>::SetEquals(IEnumerablePtr other)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| annat | IEnumerablePtr | Behållare att jämföra med. |
ReturnValue
Sant om båda behållarna innehåller samma element, falskt annars.
Se även
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++