= (BitSet)
Compares two bitsets.
Arguments
bitset0
and bitset1
are the BitSets to compare.
Return values
condition
is TRUE if the bitsets are equal, FALSE otherwise.
Complexity
O(size)
Example
Output:
FALSE
TRUE
FALSE
Compares two bitsets.
O(size)