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