Skip to main content
All docs
V25.1
  • RibbonMiniToolbarOpacityOptions.Equals(RibbonMiniToolbarOpacityOptions) Method

    Returns whether the two objects are equal.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.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