VirtualArray.IsEqualTo(Array) Method

Top 

Description

Determines if two arrays are equal.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

VirtualArray.IsEqualTo(

Array 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 = {1,2,3,4}.IsEqualTo(myArray1);

 

 

See also

VirtualArray Object