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

GridGroupSummaryItem.IsEquals(GridSummaryItem) Method

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public override bool IsEquals(
    GridSummaryItem item
)

Parameters

Name Type Description
item GridSummaryItem

A GridSummaryItem object to be compared to the current summary item.

Returns

Type Description
Boolean

true if the specified object’s settings match the current object’s settings; otherwise, false.

See Also