Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Datetime objects have the same value if they have the same values for their "date" and "time" parts, respectively.
true
lhs
rhs
false
Datetime
Declared in <bdlt_datetime.h>
<bdlt_datetime.h>
bool operator==( Datetime const& lhs, Datetime const& rhs);