OEBitVectorEqual¶
bool OEBitVectorEqual(const OEBitVector &a, const OEBitVector &b)
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.