System::Collections::BitArray::operator== method

BitArray::operator== method

Bitwise comparison operator.

bool System::Collections::BitArray::operator==(const BitArray &other) const
ParameterTypeDescription
otherconst BitArray&RHS operand.

ReturnValue

true if sizes and all bits match, false otherwise.

See Also