[#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. [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. [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. [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. [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. [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 do not have the same value, and `false` otherwise. [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..._]# == Return Value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` do not 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]#