Insets.equals
Class Overview | Class Members |
This Package |
All Packages
public boolean equals( Object obj )
Returns
true if the two insets are equal;
otherwise false.
Description
Checks whether two insets objects are equal. Two instances
of Insets are equal if the four integer values
of the fields top, left,
bottom, and right are all equal.
Overrides
equals in class Object