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