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

false if sizes and all bits match, true otherwise.

See Also