Return true if the specified lhs and rhs do not have the same value, and false otherwise. Two OptionInfo object do not have the same value if they do not have the same tag strings, or the same names, or the same descriptions, or the same type information, or the same occurrence information.
Declared in <balcl_optioninfo.h>
bool
operator!=(
OptionInfo const& lhs,
OptionInfo const& rhs);