ObjectWrap.equal

bool equal(json.object.ObjectWrap b) nothrow

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

Parameters

banother JSON object

Returns

TRUE if a and b are equal, and FALSE otherwise