I have two arrays of objects. The objects have the same structure, just the values can be different. How can I compare their values? I can use a loop, but is there any better option?
One object looks like: {id:1, name:"object"};
I have two arrays of objects. The objects have the same structure, just the values can be different. How can I compare their values? I can use a loop, but is there any better option?
One object looks like: {id:1, name:"object"};