5.10. Dynamic Data

5.10.1. [Major] DynamicData equals operation returned incorrect results for sequences of different lengths

When two DynamicData objects were created with a TypeCode representing a sequence type, and were compared using the DynamicData::equals operation or the == operator in C++, the results were incorrect if the sequences had different lengths. If instead the DynamicData objects were created with a TypeCode of structures that contained sequences, then the equals operation compared the sequences correctly and reported correct results when the sequences had different lengths.

[RTI Issue ID CORE-14288]