Font.equals
Class Overview | Class Members | 
  This Package | 
All Packages
 public boolean equals( Object obj )
Parameters
-  obj 
-  the object to compare this font with.
    
Returns
     true if the objects are equal;
            false otherwise.
    Description
 Compares this object to the specifed object.
 The result is true if and only if the argument is not 
 null and is a Font object with the same 
 name, style, and point size as this font.
  
Overrides
     equals in class Object