System.DynamicArray.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

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.