Field.equals
Class Overview | Class Members |
This Package |
All Packages
public boolean equals( Object obj )
Description
Compares this Field against the specified object. Returns
true if the objects are the same. Two Fields are the same if
they were declared by the same class and have the same name
and type.
Overrides
equals in class Object