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

PivotGroupFilterValuesCollection.IsEquals(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) Method

Compares two PivotGroupFilterValuesCollection collections.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public static bool IsEquals(
    PivotGroupFilterValuesCollection a,
    PivotGroupFilterValuesCollection b
)

Parameters

Name Type Description
a PivotGroupFilterValuesCollection

The first object to be compared.

b PivotGroupFilterValuesCollection

The second object to be compared.

Returns

Type Description
Boolean

true if the values and settings match; otherwise, false.

See Also