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

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

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