UpdateBarItemLinkAction.IsEqual(BarManagerControllerActionBase) Method
In This Article
Returns if the current object's settings are equal to the specified object's settings.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
action | Bar |
An object whose settings are compared to the current object's settings. |
#Returns
Type | Description |
---|---|
Boolean | true if current object's settings are equal to the specified object's settings; otherwise, false. |
See Also