Return true if the specified lhs and rhs have different values, and false otherwise.
Declared in <bdld_datumbinaryref.h>
bool
operator!=(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
Two DatumBinaryRef objects have different values if they refer to arrays of bytes of different sizes or having a different content.
true if lhs and rhs have different values, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |