Return true if lhs and rhs refer to the same holiday code.

Synopsis

Declared in <bdlt_packedcalendar.h>

Description

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.

Return Value

true if lhs and rhs refer to the same holiday code, and false otherwise

Parameters

Name

Description

lhs

left‐hand iterator

rhs

right‐hand iterator

Created with MrDocs