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

LayoutViewCardDifferences.IsEqual(LayoutViewCardDifferences) Method

Returns whether settings of the current and specified objects are equal.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public bool IsEqual(
    LayoutViewCardDifferences d
)

Parameters

Name Type Description
d LayoutViewCardDifferences

A LayoutViewCardDifferences object whose settings must be compared with the current object.

Returns

Type Description
Boolean

true if the settings of the current and specified objects are equal; otherwise, false.

See Also