Skip to main content
All docs
V25.1
  • Bar

    BarShortcut.Equals(BarShortcut) Method

    Compares this BarShortcut with another and returns true if they are identical.

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool Equals(
        BarShortcut shortcut
    )

    Parameters

    Name Type Description
    shortcut BarShortcut

    A BarShortcut object to compare with this BarShortcut.

    Returns

    Type Description
    Boolean

    true if BarShortcut objects are identical; otherwise, false.

    See Also