Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLHyperlinkItem Class / StateEqual Method
XHTMLHyperlinkItem object to compare with the current XHTMLHyperlinkItem object.

In This Topic
    StateEqual Method (XHTMLHyperlinkItem)
    In This Topic
    Returns true if specified item is equal to the anchor.
    Syntax
    'Declaration
     
    Protected Overrides Function StateEqual( _
       ByVal item As XHTMLItemBase _
    ) As System.Boolean
    protected override System.bool StateEqual( 
       XHTMLItemBase item
    )

    Parameters

    item
    XHTMLHyperlinkItem object to compare with the current XHTMLHyperlinkItem object.

    Return Value

    true if item is equal to the current XHTMLHyperlinkItem object. false if item is not equal to the current XHTMLHyperlinkItem object.
    See Also