Class Banana.Util.ObjectPropsSameTo
Defined in: Utils.js.
Class Detail
Banana.Util.ObjectPropsSameTo(a, b, list)
checks if A's properties are the same on B
- Parameters:
- {object} a
- {object} b
- {Array} list
- of property names which should not be compared. i.e timestamps
- Returns:
- {boolean} true when equal