[#BloombergLP-baltzo-operator_eq-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::operator== :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `LocalTimePeriod` objects have the same value if each of their corresponding `descriptor`, `utcStartTime`, and `utcEndTime` attributes have the same value. == Synopsis Declared in `<baltzo_localtimeperiod.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& lhs, xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#