var object = { 'a': 1, 'b': 2 };
_.isMatch(object, { 'b': 2 }); // => true
_.isMatch(object, { 'b': 1 }); // => false