BloombergLP::bdlc::PackedIntArrayImp::isEqual

Return true if this and other have the same value.

Synopsis

Declared in <bdlc_packedintarray.h>

bool
isEqual(PackedIntArrayImp const& other) const;

Description

Return true if this and the specified other array have the same value, and false otherwise. Two PackedIntArrayImp arrays have the same value if they have the same length, and all corresponding elements (those at the same indices) have the same value.

Return Value

true if this and other have the same value, and false otherwise

Parameters

NameDescription
otherarray to compare with this array