BloombergLP::bsltf::TemplateTestFacility_CompareHelper::areEqual

Return true if lhs and rhs compare equal.

Synopsis

Declared in <bsltf_templatetestfacility.h>

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

Return Value

true if lhs and rhs compare equal, else false

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand