BloombergLP::bdlc::operator!=

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

Synopsis

Declared in <bdlc_packedintarray.h>

template<class TYPE>
bool
operator!=(
    PackedIntArray<TYPE> const& lhs,
    PackedIntArray<TYPE> const& rhs);

Description

Return true if the specified lhs and rhs arrays do not have the same value, and false otherwise. Two PackedIntArray arrays do not have the same value if they do not have the same length, or if any corresponding elements (those at the same indices) do not have the same value.

Return Value

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

Parameters

NameDescription
lhsleft-hand-side array
rhsright-hand-side array