Return true if the specified lhs and rhs objects do not have the same value, and false otherwise.
Synopsis
Declared in <baltzo_zoneinfo.h>
bool
operator!=(
ZoneinfoTransition const& lhs,
ZoneinfoTransition const& rhs);
Description
Two ZoneinfoTransition objects do not have the same value if the corresponding value of their utcTime is not the same or if they do not refer to the same descriptor address.
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand transition |
rhs |
right‐hand transition |
Created with MrDocs