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>

bool
isEqual(PackedIntArray const& other) const;

Created with MrDocs