PivotGroupFilterValuesCollection.IsEquals(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) Method
Compares two PivotGroupFilterValuesCollection collections.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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