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

Synopsis

Declared in <balm_metricsample.h>

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

Description

Two sample groups do not have the same value if any of the respective record‐sequence addresses, number of records, or elapsed time, are not the same.

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