Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FontInfo Class / equals Method
Another font info.
In This Topic
    equals Method
    In This Topic
    Check if the font info equals to another.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    Another font info.

    Return Value

    True if the specified object is equal to this object, False otherwise.
    See Also