LayoutViewCardDifferences.IsEqual(LayoutViewCardDifferences) Method
Returns whether settings of the current and specified objects are equal.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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