Skip to main content

RibbonMiniToolbarOpacityOptions.Equals(RibbonMiniToolbarOpacityOptions) Method

Returns whether the two objects are equal.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Equals(
    RibbonMiniToolbarOpacityOptions options
)

Parameters

Name Type Description
options RibbonMiniToolbarOpacityOptions

The object to compare with the current RibbonMiniToolbarOpacityOptions object.

Returns

Type Description
Boolean

true if the objects match each other; otherwise, false.

See Also