Skip to main content

PivotGridCustomTotalBase.IsEqual(PivotGridCustomTotalBase) Method

Returns whether the settings of the current and specified objects match.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual bool IsEqual(
    PivotGridCustomTotalBase total
)

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