[]
        
(Showing Draft Content)

C1.Win.C1Editor.UICustomization.XHTMLBookmarkItem.StateEqual

StateEqual Method

StateEqual(XHTMLItemBase)

Returns true if specified item is equal to the anchor.

Declaration
protected override bool StateEqual(XHTMLItemBase item)
Parameters
Type Name Description
XHTMLItemBase item

XHTMLBookmarkItem object to compare with the current XHTMLBookmarkItem object.

Returns
Type Description
bool

true if item is equal to the current XHTMLBookmarkItem object. false if item is not equal to the current XHTMLBookmarkItem object.

Overrides