BarShortcut.Equals(BarShortcut) Method
Compares this BarShortcut with another and returns true if they are identical.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
shortcut | BarShortcut | A BarShortcut object to compare with this BarShortcut. |
Returns
Type | Description |
---|---|
Boolean | true if BarShortcut objects are identical; otherwise, false. |
See Also