Skip to main content

RibbonMiniToolbarOpacityOptions.Equals(RibbonMiniToolbarOpacityOptions) Method

Returns whether the two objects are equal.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

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