[#BloombergLP-operator_eq-08] = xref:BloombergLP.adoc[BloombergLP]::operator== :relfileprefix: ../ :mrdocs: Return `true` if the specified `lhs` and `rhs` selection info objects have the same value, and `false` otherwise. Two selection info objects have the same value if each of their respective properties are identical. == Synopsis Declared in `<bdlat_selectioninfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& lhs, xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#