Skip to content

checkEquals()

sc3d edited this page Dec 30, 2022 · 1 revision

checkEquals

Checks if two arrays have the same value. Returns true if they do and false if they do not.

Arguments

checkEquals(array1, array2)

array1

First array to check

array2

Second array to check

Clone this wiki locally