[#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. [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. [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. [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. [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. [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. [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..._]# == Return Value * `true` if `lhs` and `rhs` have the same value, and `false` otherwise * `true` if `lhs` and `rhs` have the same value, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand operand | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#