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

ParameterTypeDescription
itemconst bool&Item to look for.

Return Value

true if the element is present, false otherwise.

See Also