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

Synopsis

Declared in <bdlm_metricdescriptor.h>

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

Description

Two MetricDescriptor objects do not have the same value if any of their attributes (respectively) do not have the same value.

Return Value

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

Parameters

Name

Description

lhs

left‐hand‐side operand of the comparison

rhs

right‐hand‐side operand of the comparison

Created with MrDocs