Return true if the specified lhs command‐line metric has a different value from the specified rhs command‐line metric, and false otherwise. Two Metric objects do not have the same value if their types are not the same or they have different values.

Synopsis

Declared in <bdlm_metric.h>

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

Created with MrDocs