ObjectJson.equal

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

class ObjectJson
bool
equal

Parameters

b json.object.ObjectJson

another JSON object

Return Value

Type: bool

TRUE if a and b are equal, and FALSE otherwise