System.DynamicArray.operator ==
API:System.DynamicArray.operator H3DH3D
Description
Compares two Dynamic Arrays for equality.
The == operator == determines whether two dynamic arrays refer to the same memory. It does not compare the contents of the arrays.