ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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
    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