RibbonHitInfo.IsEqualItems(RibbonHitInfo) Method
In This Article
Returns true, if the current and the specified RibbonHitInfo objects contain matching bar item links.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual bool IsEqualItems(
RibbonHitInfo hitInfo
)
#Parameters
Name | Type | Description |
---|---|---|
hit |
Ribbon |
A Ribbon |
#Returns
Type | Description |
---|---|
Boolean | true if the current and the specified Ribbon |
See Also