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