System.DynamicArray.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

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.