var object = { 'a': 1 }; var other = { 'a': 1 };
_.isEqual(object, other); // => true
object === other; // => false