[ Version ( since = "1.2" ) ]
public bool equal (Array b)
Check whether two arrays are equal.
Equality is defined as:
this |
a JSON array |
b |
another JSON array |
`TRUE` if the arrays are equal, and `FALSE` otherwise |