[#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 specified `lhs` and `rhs` time objects do not have the same value, and `false` otherwise. Two time objects do not have the same value if any of their corresponding `hour`, `minute`, `second`, `millisecond`, and `microsecond` attributes respectively 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 specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `FixUtilConfiguration` objects do not have the same value if any of their `fractionalSecondPrecision` or `useZAbbreviationForUtc` attributes (respectively) do not have the same value. [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 the specified `lhs` and `rhs` compactable transitions do not have the same value, and `false` otherwise. Two compactable transitions do not have the same value if they do not have the same time or the same code. [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 the specified `lhs` and `rhs` timetable transitions do not have the same value, and `false` otherwise. Two timetable transitions do not have the same value if they do not have the same datetime or the same code. [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 the specified `lhs` and `rhs` daily timetables do not have the same value, and `false` otherwise. Two daily timetables do not have the same value if they do not have the same initial transition code, they do not have the same number of transitions, or there is a corresponding pair of transitions that 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 the specified `lhs` and `rhs` iterators do not have the same value, and `false` otherwise. Two `Timetable_ConstIterator` iterators do not have the same value if they do not refer to the same timetable, or do not refer to the same transition. [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 the specified `lhs` and `rhs` timetables do not have the same value, and `false` otherwise. Two timetables do not have the same value if they do not have the same initial transition code, do not have the same valid range (and are not both empty), do not have the same number of transitions, or, for at least one corresponding pair of transitions, 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 specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `Iso8601UtilParseConfiguration` objects do not have the same value if either of their `basic` or `relaxed` attributes (respectively) do not have the same value. [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 specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `Iso8601UtilConfiguration` objects do not have the same value if any of their `fractionalSecondPrecision`, `omitColonInZoneDesignator`, `useCommaForDecimalSign`, or `useZAbbreviationForUtc` attributes (respectively) do not have the same value. [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 specified `lhs` and `rhs` `DatetimeTz` objects do not have the same value, and `false` otherwise. Two `DatetimeTz` objects do not have the same value if they do not have the same local datetime value or the same time zone offset 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 `true` if the specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `TimeTz` objects do not have the same value if any of their corresponding `localTime` and `offset` attributes have different values. [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 `true` if the specified `lhs` and `rhs` `DateTz` objects do not have the same value, and `false` otherwise. Two `DateTz` objects do not have the same value if they do not have the same local date values or the same time zone offset values. [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 specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `Date` objects do not have the same value if any of their `year`, `month`, and `day` attributes (respectively) 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` time intervals do not have the same value, and `false` otherwise. Two time intervals do not have the same value if any of the corresponding values of their days, hours, minutes, seconds, milliseconds, or microseconds fields is not the same. [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 specified `lhs` and `rhs` `Datetime` objects do not have the same value, and `false` otherwise. Two `Datetime` objects do not have the same value if they do not have the same values for either of their "date" or "time" parts, respectively. [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 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. [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 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. [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 the specified `lhs` and `rhs` iterators do not refer to the same element, and `false` otherwise. The behavior is undefined unless `lhs` and `rhs` both reference the same holiday in the same calendar. [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 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. [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 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. [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 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. [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, and `false` otherwise. Two sets do not have the same value if they differ in length or there exists an element of one set that is not a member of the other set. [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, and `false` otherwise. Two iterators do not have the same value if they do not refer to data at the same index position. The behavior is undefined unless `lhs` and `rhs` both reference into the same set of data. [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 the specified `lhs` reverse iterator does not have the same value as the specified `rhs` reverse iterator, and `false` otherwise. Two reverse iterators do not have the same value if (1) they do not refer to the same element and (2) both do not have the past‐the‐end value for a reverse iterator over the underlying reverse iteration sequence. The behavior is undefined unless `lhs` and `rhs` refer to the same underlying sequence. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#