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

false if sizes and all bits match, true otherwise.

See Also