isArrayEqual
isArrayEqual(first, second) ⇒ boolean
Will invoke A.equals(B) on members if such exists
Kind: global function
Param | Type |
---|---|
first | Array.<T> |
second | Array.<R> |
boolean
Will invoke A.equals(B) on members if such exists
Kind: global function
Param | Type |
---|---|
first | Array.<T> |
second | Array.<R> |