[ 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.
this |
a JSON object |
b |
another JSON object |
`TRUE` if this and |