私は次の2次元配列を持っています:
String[][] array1 = {{"hello", "hi"}{"bye", "two"}};
String[][] array2 = {{"hello", "hi", "three"}{"bye", "maybe", "third"}, {"3", "rd", "Element"}};
String[][] array3 = {{"hello", "hi"}{"bye", "two"}};
値が同じかどうか(サイズが異なる)を確認するにはどうすればよいですか?ありがとう