Skip to main content
.NET 6.0+

ViewShortcut.Equals(Object, IList<String>) Method

Determines whether the specified object is equal to the current ViewShortcut.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool Equals(
    object obj,
    IList<string> ignoredParamNames
)

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