[#BloombergLP-operator_eq-0f] = xref:BloombergLP.adoc[BloombergLP]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` enumerator info objects have the same value, and `false` otherwise. == Synopsis Declared in `<bdlat_enumeratorinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& lhs, xref:BloombergLP/bdlat_EnumeratorInfo.adoc[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 [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand enumerator info operand | *rhs* | right‐hand enumerator info operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#