public class Objects extends Object
public static boolean equal(Object a, Object b)
true if a and b are both null.
true if a and b are both non-null and they are
equal according to Object.equals(Object).
false in all other situations.
equals() contract.Copyright © 2013. All Rights Reserved.