Return true if the specified lhs and rhs do not have the same value, and false otherwise.

Synopsis

Declared in <balcl_optioninfo.h>

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

Description

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.

Return Value

true if lhs and rhs do not have the same value, and false otherwise

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs