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
true if sizes and all bits match, false otherwise.
See Also
- Class BitArray
- Class BitArray
- Namespace System::Collections
- Library Aspose.PDF for C++