equal


Description:

[ Version ( since = "1.2" ) ]
public bool equal (Object b)

Check whether this and b are equal objects, meaning they have the same set of members, and the values of corresponding members are equal.

Parameters:

this

a JSON object

b

another JSON object

Returns:

`TRUE` if this and b are equal, and `FALSE` otherwise