[#BloombergLP-bdlt-operator_not_eq-06c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator!= :relfileprefix: ../../ :mrdocs: Inequality operators == Synopses Declared in `<bdlt_calendar.h>` Return `true` if the two time objects do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-0ad.adoc[operator!=]( xref:BloombergLP/bdlt/Time.adoc[Time] const& lhs, xref:BloombergLP/bdlt/Time.adoc[Time] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-0ad.adoc[_» more..._]# Return `true` if the configurations differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-06a.adoc[operator!=]( xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& lhs, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-06a.adoc[_» more..._]# Return `true` if `lhs` and `rhs` compactable transitions do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-07c6.adoc[operator!=]( xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition] const& lhs, xref:BloombergLP/bdlt/Timetable_CompactableTransition.adoc[Timetable_CompactableTransition] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-07c6.adoc[_» more..._]# Return `true` if `lhs` and `rhs` timetable transitions do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-040.adoc[operator!=]( xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] const& lhs, xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-040.adoc[_» more..._]# Return `true` if `lhs` and `rhs` daily timetables do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-076.adoc[operator!=]( xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day] const& lhs, xref:BloombergLP/bdlt/Timetable_Day.adoc[Timetable_Day] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-076.adoc[_» more..._]# Return `true` if `lhs` and `rhs` iterators do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-00.adoc[operator!=]( xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[Timetable_ConstIterator] const& lhs, xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[Timetable_ConstIterator] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-00.adoc[_» more..._]# Return `true` if `lhs` and `rhs` timetables do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-079.adoc[operator!=]( xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& lhs, xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-079.adoc[_» more..._]# Return `true` if the configurations differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-08f.adoc[operator!=]( xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] lhs, xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-08f.adoc[_» more..._]# Return `true` if the configurations differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-089.adoc[operator!=]( xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& lhs, xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-089.adoc[_» more..._]# Return `true` if the two `DatetimeTz` objects do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-082.adoc[operator!=]( xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& lhs, xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-082.adoc[_» more..._]# Return whether the specified `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-0c6.adoc[operator!=]( xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& lhs, xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-0c6.adoc[_» more..._]# Return whether the specified `lhs` and `rhs` do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-098.adoc[operator!=]( xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& lhs, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-098.adoc[_» more..._]# Return `true` if the two dates do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-0cd.adoc[operator!=]( xref:BloombergLP/bdlt/Date.adoc[Date] const& lhs, xref:BloombergLP/bdlt/Date.adoc[Date] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-0cd.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` intervals are not equal. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-0a3.adoc[operator!=]( xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& lhs, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-0a3.adoc[_» more..._]# Return `true` if the two datetimes do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-02.adoc[operator!=]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& lhs, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-02.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` calendars differ in value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-048.adoc[operator!=]( xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& lhs, xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-048.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not refer to the same element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-07b.adoc[operator!=]( xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter] const& lhs, xref:BloombergLP/bdlt/Calendar_BusinessDayConstIter.adoc[Calendar_BusinessDayConstIter] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-07b.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not refer to the same holiday code. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-06b.adoc[operator!=]( xref:BloombergLP/bdlt/PackedCalendar_HolidayCodeConstIterator.adoc[PackedCalendar_HolidayCodeConstIterator] const& lhs, xref:BloombergLP/bdlt/PackedCalendar_HolidayCodeConstIterator.adoc[PackedCalendar_HolidayCodeConstIterator] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-06b.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not refer to the same holiday. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-093.adoc[operator!=]( xref:BloombergLP/bdlt/PackedCalendar_HolidayConstIterator.adoc[PackedCalendar_HolidayConstIterator] const& lhs, xref:BloombergLP/bdlt/PackedCalendar_HolidayConstIterator.adoc[PackedCalendar_HolidayConstIterator] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-093.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` calendars differ. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-07cb.adoc[operator!=]( xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& lhs, xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-07cb.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not refer to the same business day. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-063.adoc[operator!=]( xref:BloombergLP/bdlt/PackedCalendar_BusinessDayConstIterator.adoc[PackedCalendar_BusinessDayConstIterator] const& lhs, xref:BloombergLP/bdlt/PackedCalendar_BusinessDayConstIterator.adoc[PackedCalendar_BusinessDayConstIterator] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-063.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` sets do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-090.adoc[operator!=]( xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& lhs, xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-090.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators do not have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_not_eq-0b.adoc[operator!=]( xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter] const& lhs, xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-0b.adoc[_» more..._]# Return `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ITERATOR> bool xref:BloombergLP/bdlt/operator_not_eq-080.adoc[operator!=]( xref:BloombergLP/bdlt/CalendarReverseIteratorAdapter.adoc[CalendarReverseIteratorAdapter<ITERATOR>] const& lhs, xref:BloombergLP/bdlt/CalendarReverseIteratorAdapter.adoc[CalendarReverseIteratorAdapter<ITERATOR>] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_not_eq-080.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 * `true` if the compactable transitions are not equal * `true` if the timetable transitions are not equal * `true` if the daily timetables are not equal * `true` if the iterators are not equal * `true` if the timetables are not equal * `true` if the configurations differ, and `false` otherwise * `true` if the objects do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if the two dates do not have the same value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if the two datetimes do not have the same value * `true` if `lhs` and `rhs` do not have the same value, and `false` otherwise * `true` if `lhs` and `rhs` do not refer to the same element, and `false` otherwise * `true` if `lhs` and `rhs` do not refer to the same holiday code, and `false` otherwise * `true` if `lhs` and `rhs` do not refer to the same holiday, and `false` otherwise * `true` if `lhs` and `rhs` do not refer to the same business day, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand time operand | *rhs* | right‐hand time operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#