]> source.dussan.org Git - sonarqube.git/blob
29440cf69083a6a473a6494469fc8f914dcbc529
[sonarqube.git] /
1 <p>
2 This method invokes the .equals(Object o) method on an array. Since arrays do not override the equals
3 method of Object, calling equals on an array is the same as comparing their addresses. To compare the
4 contents of the arrays, use java.util.Arrays.equals(Object[], Object[]).
5 </p>