Return true if the specified lhs and rhs do not have the same value, and false otherwise.
Declared in <bdld_manageddatum.h>
bool
operator!=(
ManagedDatum const& lhs,
ManagedDatum const& rhs);
Two ManagedDatum objects do not have the same value if their corresponding managed Datum objects do not have the same value. See the function-level documentation of the Datum equality-comparison operators for details.
true if lhs and rhs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |