equalsArrayCartesian3

external fun equalsArrayCartesian3(a: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>??, b: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>??): Boolean(source)

Returns whether the given arrays are component-wise equal.

When both arrays are undefined, then true is returned. When only one array is defined, or they are both defined but have different lengths, then false is returned.

Otherwise, returns whether the corresponding elements of the arrays are equal, as of Cartesian3.equals.

Return

Whether the arrays are equal

Parameters

a

The first array

b

The second array

See also