BloombergLP::balcl::operator!=

Return true if the type of the specified lhs and rhs are not equal, and return false if they are not equal.

Synopsis

Declared in <balcl_optionvalue.h>

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

Description

Two OptionValue_NullOf objects are equal when their type attributes are note equal.

Return Value

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

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand