net.sf.beanlib.utils
Class EqualsUtils

java.lang.Object
  extended by net.sf.beanlib.utils.EqualsUtils

public class EqualsUtils
extends Object

Returns true if the two input arguments are equal, handling cases when they are arrays. Returns false otherwise.


Constructor Summary
EqualsUtils()
           
 
Method Summary
 boolean equals(Object lhs, Object rhs)
          Returns true if the two input arguments are equal, handling cases when they are arrays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqualsUtils

public EqualsUtils()
Method Detail

equals

public boolean equals(Object lhs,
                      Object rhs)
Returns true if the two input arguments are equal, handling cases when they are arrays. Returns false otherwise.