Return true if the data values of the non‐comparable objects differ.

Synopsis

Declared in <bsltf_templatetestfacility.h>

static
bool
areNotEqual(
    NonEqualComparableTestType const& lhs,
    NonEqualComparableTestType const& rhs);

Return Value

true if the data values differ, else false

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs