I want to compare to mutablearray object condition is below...
array1 = 1,2,3,4; array2 = 2,1,4,3,6,7;
compare this two array object & if the object is already in array then not add otherwise add in array3.
all the array are NSMutable array
please help