public final class EqualsHelper extends Object
public static boolean areEqual(Object x, Object y)
equals(java.lang.Object, java.lang.Object) method, but handles array-specific checksx - One value to checky - The other valuetrue if the 2 values are equal; false otherwise.Copyright © 2020. All rights reserved.