Hilbert II - Version 0.03.04

org.qedeq.kernel.utility
Class EqualsUtility

java.lang.Object
  extended byorg.qedeq.kernel.utility.EqualsUtility

public final class EqualsUtility
extends Object

A collection of useful static methods for equality.

Version:
$Revision: 1.5 $

Method Summary
static boolean equals(Object a, Object b)
          Compare two objects, each of them could be null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public static boolean equals(Object a,
                             Object b)
Compare two objects, each of them could be null.

Parameters:
a - First parameter.
b - Second parameter.
Returns:
Are a and b equal?

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.