System::Collections::BitArray::Contains methode
BitArray::Contains method
Controleert of een specifieke waarde aanwezig is in de container. Niet geïmplementeerd.
bool System::Collections::BitArray::Contains(const bool &item) const override
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const bool& | Item om naar te zoeken. |
ReturnValue
true als het element aanwezig is, false anders.
Zie ook
- Class BitArray
- Namespace System::Collections
- Library Aspose.Page for C++