To summarise
Arrays don't compare content but compares reference in memory.
If you add numbers it's reference in array, in another array and it's different
It has to point to same thing and it might look the same.
However if it's the same but reference of memory is important.
For example:
Comments