Array.equal

bool equal(json.array.Array b)

Check whether two arrays are equal.

Equality is defined as:

  • the array have the same number of elements
  • the values of elements in corresponding positions are equal

Parameters

banother JSON array

Returns

TRUE if the arrays are equal, and FALSE otherwise