Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two TimeTz objects do not have the same value if any of their corresponding localTime and offset attributes have different values.
true
lhs
rhs
false
TimeTz
localTime
offset
Declared in <bdlt_timetz.h>
<bdlt_timetz.h>
bool operator!=( TimeTz const& lhs, TimeTz const& rhs);