ViewShortcut.Equals(Object) Method
Determines whether the specified object is equal to the current ViewShortcut.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object that can be cast to ViewShortcut, to compare to the current View Shortcut. |
Returns
Type | Description |
---|---|
Boolean | true, if key/value pairs in the specified View Shortcut, except for keys specified via the ViewShortcut.EqualsDefaultIgnoredParameters property, are equal to key/value pairs of the current View Shortcut; otherwise, false. |
See Also