In coding theory, two q-ary codes are equivalent if one can be obtained from the other by permuting the positions of the code or the symbols in a fixed position.
I know that two equivalent codes have the same parameters (number and length of codewords and minimum distance between codewords) and so when given two codes with differing parameters they obviously are not equivalent.
But when given two codes with the same parameters how can you tell if they are equivalent without actually attempting to find suitable permutations. Or if they are not equivalent, how would you show this?