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