[#BloombergLP-ball-operator_eq-031] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` log records have the same value, and `false` otherwise. Two log records have the same value if the respective fixed fields have the same value and the respective user‐defined fields have the same value. == Synopsis Declared in `<ball_record.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/ball/Record.adoc[Record] const& lhs, xref:BloombergLP/ball/Record.adoc[Record] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#