Return true if the specified lhs reverse iterator does not have the same value as the specified rhs reverse iterator, and false otherwise. Two reverse iterators do not have the same value if (1) they do not refer to the same element and (2) both do not have the past-the-end value for a reverse iterator over the underlying reverse iteration sequence. The behavior is undefined unless lhs and rhs refer to the same underlying sequence.
Declared in <bdlt_calendarreverseiteratoradapter.h>
template<class ITERATOR>
bool
operator!=(
CalendarReverseIteratorAdapter<ITERATOR> const& lhs,
CalendarReverseIteratorAdapter<ITERATOR> const& rhs);