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

LayoutItemDifferences.IsEqual(LayoutItemDifferences) Method

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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