System::Collections::BitArray::Contains-Methode
BitArray::Contains method
Prüft, ob ein bestimmter Wert im Container vorhanden ist. Nicht implementiert.
bool System::Collections::BitArray::Contains(const bool &item) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Element | const bool& | Zu suchendes Element. |
ReturnValue
true, wenn das Element vorhanden ist, sonst false.
Siehe auch
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++