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 © 2008-2013 Seam Framework. All Rights Reserved.