Skip to main content
A newer version of this page is available. .
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.v19.1.dll

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