Skip to main content
A newer version of this page is available. .

RibbonHitInfo.IsEqualItems(RibbonHitInfo) Method

Returns true, if the current and the specified RibbonHitInfo objects contain matching bar item links.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual bool IsEqualItems(
    RibbonHitInfo hitInfo
)

Parameters

Name Type Description
hitInfo RibbonHitInfo

A RibbonHitInfo object to which the current object is compared.

Returns

Type Description
Boolean

true if the current and the specified RibbonHitInfo objects contain matching bar item links; otherwise, false.

See Also