Functiondojox.data.jsonPathStore._shallowCompare

dojo.require("dojox.data.jsonPathStore");
defined in dojox/data/jsonPathStore.js

does a simple/shallow compare of properties on an object to the same named properties on the given item. Returns true if all props match. It will not descend into child objects but it will compare child date objects

Usage

function (a, b) (view source)
parametertypedescription
a  
b