RibbonHitInfo.Equals(Object) Method
Determines whether the specified Object is equal to the current Object.
Namespace: DevExpress.XtraBars.Ribbon.ViewInfo
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | The Object to compare with the current Object. |
Returns
Type | Description |
---|---|
Boolean | true if the specified Object is equal to the current Object; otherwise, false. |
See Also