Return true if the specified lhs and rhs sample groups have the same value, and false otherwise.
Declared in <balm_metricsample.h>
bool
operator==(
MetricSampleGroup const& lhs,
MetricSampleGroup const& rhs);
Two sample groups have the same value if the respective record sequence-addresses, number of records, and elapsed time are the same.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |