Skip to main content
Bar

BarShortcut.Equals(BarShortcut) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.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