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

GridSummaryItem.IsEquals(GridSummaryItem) Method

Indicates whether the specified summary item has the same settings as the current one.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual bool IsEquals(
    GridSummaryItem item
)

Parameters

Name Type Description
item GridSummaryItem

A GridSummaryItem object whose settings are compared to the current summary item’s settings.

Returns

Type Description
Boolean

true if the summary item passed as the parameter has the same settings as the current one; otherwise, false.

See Also