PivotGridFieldFilterValues.IsEquals(PivotGridFieldFilterValues) Method
In This Article
Returns whether the filter values and settings represented by the current and specified objects match.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
b | Pivot |
A Pivot |
#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