Compares two clsD3DynamicArray objects,and if equal, returns True.
Syntax
bValue = object.brEqual(oDynArray) |
Parameters
Parameter |
Description |
bValue |
The return value is a Boolean data type that is True if equal. |
object |
An object variable that represents a clsD3DynamicArray object to be compared. |
oDynArray |
An object variable that represents a clsD3DynamicArray object to be compared. |
Remarks
To make the comparison, the brEqual method converts both clsD3DynamicArray objects to strings. If both strings consist of numeric information, then a numeric comparison is made, otherwise, a string comparison is made.