Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Color Class / equals Method
Another object to compare to.
In This Topic
    equals Method
    In This Topic
    Tests whether the specified object is a Color structure and is equivalent to this Color structure.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    Another object to compare to.

    Return Value

    @code:true if the specified java.lang.Object is equal tothis instance; otherwise, @code:false.
    See Also