C1.Excel Assembly / C1.Excel Namespace / XLFont Class / Equals Method
A Excel font to compare.

In This Topic
Equals Method (XLFont)
In This Topic
Determines whether the specified System.Object instances are considered equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
 

Parameters

obj
A Excel font to compare.

Return Value

true if the objects are considered equal; otherwise, false.
See Also