Return true if the specified lhs and rhs calendars have the same value.
Synopsis
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‐side calendar to compare |
rhs |
right‐hand‐side calendar to compare |
Created with MrDocs