Skip to main content
A newer version of this page is available. .
Bar

BarManagerControllerActionBase.IsEqual(BarManagerControllerActionBase) Method

Returns if the current object’s settings are equal to the specified object’s settings.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual bool IsEqual(
    BarManagerControllerActionBase action
)

Parameters

Name Type Description
action BarManagerControllerActionBase

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