[#BloombergLP-baltzo-operator_eq-052] = 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 `ZoneinfoTransition` objects have the same value if the corresponding value of their `utcTime` attribute is the same and both refer to the same `descriptor` address. == Synopsis Declared in `<baltzo_zoneinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator==( xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& lhs, xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#