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
ParameterTypeDescription
itemconst bool&Item to look for.

ReturnValue

true if the element is present, false otherwise.

See Also