brEqualStr Method

       

Compares a clsD3DynamicArray with the specified string and if equal, returns True.

Syntax

bValue = object.brEqualStr(sItem)

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.

sItem

The String to be compared.

Remarks

To make the comparison, the brEqualStr method converts the clsD3DynamicArray object to a string. If both strings contain numeric information, then a numeric comparison is made, otherwise, a string comparison is made.