-
Christian Schudt authored
This is highlighted as "probably a bug" in my IDE. E.g. `new byte[]{1}.equals(new byte[]{1})` is always false. But `Arrays.equals(new byte[]{1}, new byte[]{1});` is true.102103fe
This is highlighted as "probably a bug" in my IDE.
E.g. `new byte[]{1}.equals(new byte[]{1})` is always false.
But `Arrays.equals(new byte[]{1}, new byte[]{1});` is true.
Technounit-GROUP 2023