[#BloombergLP-baltzo-operator_eq-059] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<baltzo_localdatetime.h>` Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `LocalTimeDescriptor` objects have the same value if all of the corresponding values of their `utcOffsetInSeconds`, `dstInEffectFlag`, and `description` attributes are the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-00.adoc[operator==]( xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& lhs, xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-00.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Zoneinfo` objects have the same value if the corresponding value of their `identifier` attribute is the same and if both store the same sequence of transitions, ordered by time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-0c.adoc[operator==]( xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& lhs, xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-0c.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-052.adoc[operator==]( xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& lhs, xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-052.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `LocalDatetime` objects have the same value if all of the corresponding values of their `datetimeTz` and `timeZoneId` attributes are the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-04.adoc[operator==]( xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& lhs, xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-04.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-06.adoc[operator==]( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& lhs, xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-06.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `ZoneinfoBinaryHeader` objects have the same value if the corresponding values of their `version`, `numIsGmt`, `numIsStd`, `numLeaps`, `numTransitions`, `numLocalTimeTypes`, and `abbrevDataSize` attributes are the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_eq-0b.adoc[operator==]( xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader] const& lhs, xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_eq-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#