Skip to main content
Bar

BarShortcut.Equals(Object) Method

Returns a value indicating whether this BarShortcut instance is equal to the specified object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Equals(
    object value
)

Parameters

Name Type Description
value Object

An object to compare with this BarShortcut instance.

Returns

Type Description
Boolean

true if the specified object is equal to this shortcut; otherwise false.

Remarks

The method returns true if the following conditions are satisfied:

Note: if you want to compare two BarShortcut instances, you may use the ‘==‘ operator.

See Also