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

PivotGroupFilterValues.IsEquals(PivotGroupFilterValues) Method

Returns whether the current PivotGroupFilterValues object matches the specified one.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public bool IsEquals(
    PivotGroupFilterValues b
)

Parameters

Name Type Description
b PivotGroupFilterValues

A PivotGroupFilterValues object that should be compared with the current one.

Returns

Type Description
Boolean

true if the current PivotGroupFilterValues object matches the specified one; otherwise, false.

See Also