temp.test1 = {"Hello", "How", "Are", "You", {"On", "This", "Fine", "Day"}}; temp.test2 = {"Hello", "How", "Are", "You", {"On", "This", "Fine", "Day"}}; if (temp.test1 == temp.test2) echo("MATCH");
if (@temp.test1 == @temp.test2){ echo("MATCH");}