TRUE if a and b are equal, and FALSE otherwisebool equal(json.object.ObjectWrap b)Check whether a and b are equal objects, meaning they have the same set of members, and the values of corresponding members are equal.
b | another JSON object |
TRUE if a and b are equal, and FALSE otherwise