LayoutItemDifferences.IsEqual(LayoutItemDifferences) Method
Returns whether the current and specified objects contain identical difference records.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
differences | LayoutItemDifferences | A LayoutItemDifferences object to be compared with the current object. |
Returns
Type | Description |
---|---|
Boolean | true if current and specified objects contain identical difference records; otherwise, false. |
See Also