Return true if the specified lhs and rhs calendars have the same value.
Declared in <bdlt_packedcalendar.h>
bool
operator==(
PackedCalendar const& lhs,
PackedCalendar const& rhs);
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.
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand calendar |
| rhs | right-hand calendar |