Skip to main content

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.v14.2.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