[#BloombergLP-bdlt-operator_not_eq-07b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Return `true` if the specified `lhs` and `rhs` iterators do not refer to the same element in the same calendar, and `false` otherwise. The behavior is undefined unless `lhs` and `rhs` both iterate over the same calendar. == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter] const& lhs, xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#