Tests for equality.
public boolean equals( Object object )
object
The object to compare to.
Returns true if object is a Time object that represents the same time as this Time object.
Use this method if you are unsure whether an object is a valid Time object. To compare two known Time objects, use the compare or compareTo methods.