Return true if lhs and rhs do not compare equal.

Synopsis

Declared in <bsltf_templatetestfacility.h>

template<class TYPE>
static
bool
areNotEqual(
    TYPE const& lhs,
    TYPE const& rhs);

Return Value

true if lhs and rhs do not compare equal, else false

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs