Skip to main content
A newer version of this page is available. .

ViewShortcut.Equals(Object) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public override bool Equals(
    object obj
)

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