[#BloombergLP-bdlt-operator_not_eq-07cb] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` calendars do not have the same value, and `false` otherwise. Two calendars do not have the same value if they do not have the same valid range (and are not both empty), do not have the same weekend days, do not have the same holidays, or, for at least one corresponding pair of holidays, do not have the same (ordered) set of associated holiday codes. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& lhs, xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#