PivotGridCustomTotal.IsEqual(PivotGridCustomTotal) Method
Returns whether the settings of the current and specified custom total objects match.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| total | PivotGridCustomTotal | A PivotGridCustomTotal object representing the custom total to be compared with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also