public class Util
extends java.lang.Object
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
public static final boolean equals(java.lang.Object left, java.lang.Object right)
null
-- allowing for
null
.left
- The left object to compare; may be null
.right
- The right object to compare; may be null
.true
if the two objects are equivalent;
false
otherwise.