[#BloombergLP-bdlt-operator_eq-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator== :relfileprefix: ../../ :mrdocs: Equality operators == Synopses Declared in `<bdlt_calendar.h>` Return `true` if the specified `lhs` and `rhs` time objects have the same value, and `false` otherwise. Two time objects have the same value if each of their corresponding `hour`, `minute`, `second`, `millisecond`, and `microsecond` attributes respectively have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-04c.adoc[operator==]( xref:BloombergLP/bdlt/Time.adoc[Time] const& lhs, xref:BloombergLP/bdlt/Time.adoc[Time] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-04c.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `FixUtilConfiguration` objects have the same value if each of their `fractionalSecondPrecision` and `useZAbbreviationForUtc` attributes (respectively) have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-086.adoc[operator==]( xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& lhs, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-086.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` compactable transitions have the same value, and `false` otherwise. Two compactable transitions have the same value if they have the same time and code. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-06d.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_eq-06d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` timetable transitions have the same value, and `false` otherwise. Two timetable transitions have the same value if they have the same datetime and code. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-013.adoc[operator==]( xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] const& lhs, xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-013.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` daily timetables have the same value, and `false` otherwise. Two daily timetables have the same value if they have the same initial transition code, the same number of transitions, and each corresponding pair of transitions has the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-069.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_eq-069.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators have the same value, and `false` otherwise. Two `Timetable_ConstIterator` iterators have the same value if they refer to the same timetable and the same transition. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-09d.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_eq-09d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` timetables have the same value, and `false` otherwise. Two timetables have the same value if they have the same initial transition code, the same valid range (or are both empty), the same number of transitions, and each corresponding pair of transitions have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-08bb.adoc[operator==]( xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& lhs, xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-08bb.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Iso8601UtilParseConfiguration` objects have the same value if each of their `basic` and `relaxed` attributes (respectively) have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-094.adoc[operator==]( xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] lhs, xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-094.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Iso8601UtilConfiguration` objects have the same value if each of their `fractionalSecondPrecision`, `omitColonInZoneDesignator`, `useCommaForDecimalSign`, and `useZAbbreviationForUtc` attributes (respectively) have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-014.adoc[operator==]( xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& lhs, xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-014.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` `DatetimeTz` objects have the same value, and `false` otherwise. Two `DatetimeTz` objects have the same value if they have the same local datetime value and the same time zone offset value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-00b.adoc[operator==]( xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& lhs, xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-00b.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `TimeTz` objects have the same value if their corresponding `localTime` and `offset` attributes have the same values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-0ac.adoc[operator==]( xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& lhs, xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-0ac.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` `DateTz` objects have the same value, and `false` otherwise. Two `DateTz` objects have the same value if they have the same local date value and the same time zone offset value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-000.adoc[operator==]( xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& lhs, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-000.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Date` objects have the same value if each of their `year`, `month`, and `day` attributes (respectively) have the same value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-057.adoc[operator==]( xref:BloombergLP/bdlt/Date.adoc[Date] const& lhs, xref:BloombergLP/bdlt/Date.adoc[Date] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-057.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` time intervals have the same value, and `false` otherwise. Two time intervals have the same value if all of the corresponding values of their days, hours, minutes, seconds, milliseconds, and microseconds fields are the same. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-043.adoc[operator==]( xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& lhs, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-043.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Datetime` objects have the same value if they have the same values for their "date" and "time" parts, respectively. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-022.adoc[operator==]( xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& lhs, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-022.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` calendars have the same value, and `false` otherwise. Two calendars have the same value if they have the same valid range (or are both empty), the same weekend days, the same holidays, and each corresponding pair of holidays has the same (ordered) set of associated holiday codes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-04d.adoc[operator==]( xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& lhs, xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-04d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators 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_eq-0a9.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_eq-0a9.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators refers 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_eq-0a4.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_eq-0a4.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators 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_eq-050.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_eq-050.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` calendars have the same value, and `false` otherwise. Two calendars have the same value if they have the same valid range (or are both empty), the same weekend days, the same holidays, and each corresponding pair of holidays has the same (ordered) set of associated holiday codes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-0d.adoc[operator==]( xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& lhs, xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-0d.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators 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_eq-0f.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_eq-0f.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` sets have the same value, and `false` otherwise. Two sets have the same value if they have the same length and all the elements of one set are members of the other set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:BloombergLP/bdlt/operator_eq-021.adoc[operator==]( xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& lhs, xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_eq-021.adoc[_» more..._]# Return `true` if the specified `lhs` and `rhs` iterators have the same value, and `false` otherwise. Two iterators have the same value if they 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_eq-0e.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_eq-0e.adoc[_» more..._]# Return `true` if the specified `lhs` reverse iterator has the same value as the specified `rhs` reverse iterator, and `false` otherwise. Two reverse iterators have the same value if they refer to the same element, or both 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_eq-08b5.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_eq-08b5.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#