@Override
public boolean equals (Object obj)

Overriding: java.lang.Object

Tests this FileTime for equality with the given object.

The result is true if and only if the argument is not null and is a FileTime that represents the same time. This method satisfies the general contract of the Object.equals method.

Parameters:
obj    the reference object with which to compare.

Returns:  true if, and only if, the given object is a FileTime that represents the same time