BloombergLP::operator!=

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

Synopsis

Declared in <bdlat_selectioninfo.h>

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

Description

Two selection info objects do not have the same value if at least one of their respective properties is not identical.

Return Value

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

Parameters

NameDescription
lhsleft-hand selection info operand
rhsright-hand selection info operand