RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DynamicArray::== Operator

Compares two Dynamic Arrays for equality.

Pascal
operator ==(const other: DynamicArray<T> &);
C++
bool operator ==(const DynamicArray<T> & other) const;

The == System::DynamicArray::== determines whether two dynamic arrays refer to the same memory. It does not compare the contents of the arrays. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!