hi team,
please help me on below item:
we have 2 arrays with some values
array1 = {11,34,54,67};
array2 = {44,67,11,456};
here need to compare the 2 arrays irrespective of their position... if any value are common then need to throw true/false
please help me