Open main menu

RAD Studio API Documentation β

System.DynamicArray.operator ==

C++

DynamicArray<T>::operator == (const DynamicArray<T> &other) const

Properties

Type Visibility Source Unit Parent
function public sysdyn.h System DynamicArray


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.