Equality operators
Declared in <bdlm_metric.h>
Return true if the specified lhs and rhs have the same value.
bool
operator==(
MetricDescriptor const& lhs,
MetricDescriptor const& rhs);
» more...
Return true if the specified lhs and rhs metrics have the same value and false otherwise.
bool
operator==(
Metric const& lhs,
Metric const& rhs);
» more...
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side operand of the comparison |
| rhs | right-hand-side operand of the comparison |