Return true if the specified lhs and rhs blob buffers do not have the same value, and false otherwise. Two blob buffers do not have the same value if they do not represent the same buffer of the same size.
true
lhs
rhs
false
Declared in <bdlbb_blob.h>
<bdlbb_blob.h>
bool operator!=( BlobBuffer const& lhs, BlobBuffer const& rhs);