Skip to main content

PivotGroupFilterValuesCollection.IsEquals(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) Method

Returns whether the specified collections match.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v14.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