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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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