Return true if the specified lhs and rhs do not have the same value, and false otherwise.

Synopsis

Declared in <bdld_manageddatum.h>

bool
operator!=(
    ManagedDatum const& lhs,
    ManagedDatum const& rhs);

Description

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.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs