operator==()

BitArray::operator==(const BitArray&) const method

Bitwise comparison operator.

bool System::Collections::BitArray::operator==(const BitArray &other) const

Arguments

ParameterTypeDescription
otherconst BitArray&RHS operand.

Return Value

true if sizes and all bits match, false otherwise.

See Also