PivotGridCustomTotal.IsEqual(PivotGridCustomTotalBase) Method
Returns whether the settings of the current and specified objects match.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| total | PivotGridCustomTotalBase | A PivotGridCustomTotalBase object to be compared with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the settings of the objects match; otherwise, false. |
See Also