Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public virtual bool IsEqual(
    PivotGridCustomTotal total
)

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