ComponentOne Excel for UWP
Equals Method (XLFont)

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > XLFont Class : Equals Method
A Excel font to compare.
Determines whether the specified System.Object instances are considered equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
A Excel font to compare.

Return Value

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

Reference

XLFont Class
XLFont Members