Return true if the specified lhs and rhs do not have the same value, and false otherwise. Two objects of type OccurrenceInfo do not have the same value if and only if they have different occurrence types, or exactly one has a default value, or else both have a default value but their respective default values have either different types or different values.

Synopsis

Declared in <balcl_occurrenceinfo.h>

bool
operator!=(
    OccurrenceInfo const& lhs,
    OccurrenceInfo const& rhs);

Created with MrDocs