[#BloombergLP-bdlc-PackedIntArray-08-isEqual] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/PackedIntArray-08.adoc[PackedIntArray<int>]::isEqual :relfileprefix: ../../../ :mrdocs: Return `true` if this and the specified `other` array have the same value, and `false` otherwise. Two `PackedIntArray` arrays have the same value if they have the same length, and all corresponding elements (those at the same indices) have the same value. == Synopsis Declared in `<bdlc_packedintarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isEqual(xref:BloombergLP/bdlc/PackedIntArray-0b.adoc[PackedIntArray<int>] const& other) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#