Contains()
BitArray::Contains(const bool&) const method
Checks whether specific value is present in container. Not implemented.
bool System::Collections::BitArray::Contains(const bool &item) const override
Arguments
| Parameter | Type | Description |
|---|---|---|
| item | const bool& | Item to look for. |
Return Value
true if the element is present, false otherwise.
See Also
- Class BitArray
- Namespace System::Collections
- Library Aspose.Slides