equals

open fun equals(Left: Array<Boolean>, Right: Array<Boolean>): Boolean
open fun equals(Left: Array<Short>, Right: Array<Short>): Boolean

compare the content of two arrays.

Return

true if both arrays contain the same data

Since

uiq 3.0.7

Parameters

Left

Left array

Right

right array