Return true if the data values of the non-comparable objects are equal.
Declared in <bsltf_templatetestfacility.h>
static
bool
areEqual(
NonEqualComparableTestType const& lhs,
NonEqualComparableTestType const& rhs);
true if the data values are equal, else false
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |