Excel for WPF | ComponentOne
C1.WPF.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 Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    A Excel font to compare.

    Return Value

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