Return true if lhs and rhs do not refer to the same holiday.
Declared in <bdlt_packedcalendar.h>
bool
operator!=(
PackedCalendar_HolidayConstIterator const& lhs,
PackedCalendar_HolidayConstIterator const& rhs);
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.
true if lhs and rhs do not refer to the same holiday, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand iterator |
| rhs | right-hand iterator |