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

PivotGroupFilterValues.IsEquals(PivotGroupFilterValues) Method

Returns whether the group filter values of the specified objects match.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public bool IsEquals(
    PivotGroupFilterValues values
)

Parameters

Name Type Description
values PivotGroupFilterValues

The object to be compared.

Returns

Type
Boolean
See Also