BloombergLP::operator==

Return true if the specified lhs and rhs enumerator info objects have the same value, and false otherwise.

Synopsis

Declared in <bdlat_enumeratorinfo.h>

bool
operator==(
    bdlat_EnumeratorInfo const& lhs,
    bdlat_EnumeratorInfo const& rhs);

Description

Two enumerator info objects have the same value if each of their respective properties are identical.

Return Value

true if lhs and rhs have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand enumerator info operand
rhsright-hand enumerator info operand