Return true if the specified lhs and rhs samples do not have the same value, and false otherwise. Two samples do not have the same value if they have different values for their timestamps, or number of record groups, or if any of the groups of records at corresponding indices have different values.
Synopsis
Declared in <balm_metricsample.h>
bool
operator!=(
MetricSample const& lhs,
MetricSample const& rhs);
Created with MrDocs