System::Collections::BitArray::operator!= method
BitArray::operator!= method
Bitwise comparison operator.
bool System::Collections::BitArray::operator!=(const BitArray &other) const
| Parameter | Type | Description |
|---|---|---|
| other | const BitArray& | RHS operand. |
ReturnValue
false if sizes and all bits match, true otherwise.
See Also
- Class BitArray
- Class BitArray
- Namespace System::Collections
- Library Aspose.TeX for C++