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

PivotGroupFilterValuesCollection.IsEquals(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) Method

Returns whether the specified collections match.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public static bool IsEquals(
    PivotGroupFilterValuesCollection a,
    PivotGroupFilterValuesCollection b
)

Parameters

Name Type Description
a PivotGroupFilterValuesCollection

The first filter values collection to be compared.

b PivotGroupFilterValuesCollection

The second filter values collection to be compared.

Returns

Type Description
Boolean

true if the specified collections match; otherwise, false.

See Also