Skip to main content
Bar

BarShortcut.GetHashCode() Method

Returns a hash code for this BarShortcut instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value representing a hash code for this BarShortcut instance.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also