isEqual method

bool isEqual(
  1. VectorValue other
)

Returns true if the two VectorValue has the same raw number arrays, returns false otherwise.

Implementation

external bool isEqual(VectorValue other);