Need some clarity on Equal Distinct Start54

As per the problem stmt,

When we are checking both arrays to be equal, are we checking the count of items in the array or the distinct count of items in both arrays?

Because as far as I understood it wanted distinct count, but if i put in a code for non distinct count, that works as well and gives 100% passing.

Can any one help with this?

You right this problem want you to find the existence of 2 array with same distinct count.
but for this

maybe i should see the code first