I'm trying to make it so that if an array is equal to another array then do something.

Something like this:



ArrayList<String> array = new ArrayList<String>();
gridArray.add(string1);...