Skip to main content

PivotGroupFilterValues.IsEquals(PivotGroupFilterValues) Method

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

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public bool IsEquals(
    PivotGroupFilterValues values
)

Parameters

Name Type Description
values PivotGroupFilterValues

The object to be compared.

Returns

Type
Boolean
See Also