Creates a function that performs a deep comparison between a given object and source, returning true if the
given object has equivalent property values, else false.
Note: This method supports comparing arrays, booleans, Date objects, numbers, Object objects, regexes, and
strings. Objects are compared by their own, not inherited, enumerable properties. For comparing a single own
or inherited property value see _.matchesProperty.
Creates a function that performs a deep comparison between a given object and source, returning true if the given object has equivalent property values, else false.
Note: This method supports comparing arrays, booleans, Date objects, numbers, Object objects, regexes, and strings. Objects are compared by their own, not inherited, enumerable properties. For comparing a single own or inherited property value see _.matchesProperty.