areNotEqual overloads
Declared in <bsltf_templatetestfacility.h>
Return true if the data values of the non-comparable objects differ.
static
bool
areNotEqual(
NonEqualComparableTestType const& lhs,
NonEqualComparableTestType const& rhs);
» more...
Return true if lhs and rhs do not compare equal.
template<class TYPE>
static
bool
areNotEqual(
TYPE const& lhs,
TYPE const& rhs);
» more...
true if the data values differ, else falsetrue if lhs and rhs do not compare equal, else false| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |