Skip to main content

LayoutViewCardDifferences.IsEqual(LayoutViewCardDifferences) Method

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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