Return whether lhs and rhs have different values.
Declared in <bdld_datum.h>
bool
operator!=(
DatumArrayRef const& lhs,
DatumArrayRef const& rhs);
Return true if the specified lhs and rhs have different values, and false otherwise. Two DatumArrayRef objects have different values if they hold arrays of different lengths or invoking operator == returns false for at least one of the corresponding elements in the arrays.
true if lhs and rhs have different values, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |