10.2 OEBitVectorEqual

bool OEBitVectorEqual(const OEBitVector &a,
                      const OEBitVector &b)

The OEBitVectorEqual function determines whether two OEBitVectors are considered equal. The two OEBitVectors are only considered equal if they have the same size, i.e. a.GetSize() == b.GetSize(), and all of the bits have the same value.