VirtualStringArray.IsEqualTo(StringArray) Method

Top 

Description

Determines if two arrays are equal.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualStringArray.IsEqualTo(

StringArray rhs)

 

 

Arguments

rhs


Description:

The right-hand-side of the equal evaluation.

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the arrays are equal and 0 otherwise.

 

Syntax

myVariable1 = {"Test1", "Test2"}.IsEqualTo(myStringArray1);

 

 

See also

VirtualStringArray Object