PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / Equals Method
The object to compare with the current object.

In This Topic
    Equals Method (C1HyperlinkTextAttrs)
    In This Topic
    Determines whether the specified object is equal to the current object. This method compares properties on the two objects.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified Object is equal to the current object; otherwise, false.
    See Also