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