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

Synopsis

Declared in <balcl_typeinfo.h>

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

Description

Return true if the specified lhs command‐line option info has a different value from the specified rhs command‐line option info, and false otherwise. Two TypeInfo objects do not have the same value if the associated options have different types, or one object has a linked variable and the other either does not or refers to a different variable, and one has a constraint and the other either does not or refers to a different constraint. Note that two objects constructed from copies of the same constraint will not be identical. (Use constraint/`setConstraint` to ensure that both constraints are the same.)

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