Skip to main content
.NET 6.0+

ViewShortcut.GetHashCode() Method

Serves as a hash function for the ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value representing a hash code for the current View Shortcut.

Remarks

Generally, you do not need to call this method.

See Also