[#BloombergLP-baltzo-operator_not_eq-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<baltzo_localdatetime.h>` Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `LocalTimeDescriptor` objects do not have the same value if any of the corresponding values of their `utcOffsetInSeconds`, `dstInEffectFlag`, or `description` attributes are not the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-07.adoc[operator!=]( xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& lhs, xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-07.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `ZoneinfoTransition` objects do not have the same value if the corresponding value of their `utcTime` is not the same or if they do not refer to the same `descriptor` address. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-0d.adoc[operator!=]( xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& lhs, xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-0d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `Zoneinfo` objects do not have the same value if their corresponding `identifier` attribute does not have the same value, or if both do _not_ store the same sequence of transitions, ordered by time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-03.adoc[operator!=]( xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& lhs, xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-03.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `LocalDatetime` objects do not have the same value if any of the corresponding values of their `datetimeTz` or `timeZoneId` attributes are not the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-04f.adoc[operator!=]( xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& lhs, xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-04f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `LocalTimePeriod` objects do not have the same value if the corresponding values of their `descriptor`, `utcStartTime`, or `utcEndTime` attributes are not the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-05.adoc[operator!=]( xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& lhs, xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-05.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `ZoneinfoBinaryHeader` objects do not have the same value if the corresponding values of their `version`, `numIsGmt`, `numIsStd`, `numLeaps`, `numTransitions`, `numLocalTimeTypes`, or `abbrevDataSize` attributes are not the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/baltzo/operator_not_eq-04c.adoc[operator!=]( xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader] const& lhs, xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader] const& rhs); ---- [.small]#xref:BloombergLP/baltzo/operator_not_eq-04c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#