Return true if lhs and rhs compare equal.
Declared in <bsltf_templatetestfacility.h>
template<class TYPE>
static
bool
areEqual(
TYPE const& lhs,
TYPE const& rhs);
true if lhs and rhs compare equal, else false
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |