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.1.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 | true if the settings of the objects match; otherwise, false. |
See Also