Compare two attribute objects for equality. Handles null/undefined and asserts key presence in both objects so that { foo: undefined } and { bar: undefined } are not treated as equal.
{ foo: undefined }
{ bar: undefined }
Compare two attribute objects for equality. Handles null/undefined and asserts key presence in both objects so that
{ foo: undefined }and{ bar: undefined }are not treated as equal.