Skip to main content

LayoutItemDifferences.IsEqual(LayoutItemDifferences) Method

Returns whether the current and specified objects contain identical difference records.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public bool IsEqual(
    LayoutItemDifferences differences
)

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