I have four arrays i need to take the elements in the first array and check whether it is in second,third and fourth array elements if they exists i need to store in string variables how can i do this
arr1 = Files.ToArray();
arr2 = Docs.ToArray();
arr3 = Docx.ToArray();
arr4 = checkdocs.ToArray();