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

PivotGridFieldFilterValues.IsEquals(PivotGridFieldFilterValues) Method

Returns whether the filter values and settings represented by the current and specified objects match.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsEquals(
    PivotGridFieldFilterValues b
)

Parameters

Name Type Description
b PivotGridFieldFilterValues

A PivotGridFieldFilterValues object that represents the filter values and settings that should be compared with the current ones.

Returns

Type Description
Boolean

true if the filter values and settings represented by the current and specified objects match; otherwise, false.

Remarks

To compare only filter values, and ignore other filter settings (like filter type), use an overload of the IsEquals method, which takes the values parameter.

See Also