Inequality operators
Synopses
Declared in <bdlbb_blob.h>
Return true if the specified lhs and rhs do not have the same value.
bool
operator!=(
BlobBuffer const& lhs,
BlobBuffer const& rhs);
Return true if the specified lhs and rhs blobs do not have the same value.
bool
operator!=(
Blob const& lhs,
Blob const& rhs);
Return Value
-
trueif the blob buffers do not have the same value, andfalseotherwise -
trueif the blobs do not have the same value, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side blob buffer to compare |
rhs |
right‐hand‐side blob buffer to compare |
Created with MrDocs