ViewShortcut.Equals(Object, IList<String>) Method
Determines whether the specified object is equal to the current ViewShortcut.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.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. |
| ignoredParamNames | IList<String> | An IList<String> object specifying keys that are ignored in comparison. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if key/value pairs in the specified View Shortcut, except for keys specified via the ignoredParamNames parameter, are equal to key/value pairs of the current View Shortcut; otherwise, false. |
See Also