Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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