BloombergLP::balcl::operator!=

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

NameDescription
lhsleft-hand operand
rhsright-hand operand