Array.equal()
Jump to navigation
Jump to search
Array.equal(Array, CheckLength, StartFrom)
- Comparing the each value in the array and gives true/false.
- [1..10,2..22].equal([1..10,2..22])
true
- [32*14,19/3,89%7,98-100].equal([32*14,19/3,89%7,98-100])
true