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

Synopsis

Declared in <bsltf_templatetestfacility.h>

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

Return Value

true if the data values are equal, else false

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs