Skip to main content

PivotGridFieldFilterValues.IsEquals(PivotGridFieldFilterValues) Method

Compares properties of the current object with settings of the specified PivotGridFieldFilterValues object.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool IsEquals(
    PivotGridFieldFilterValues b
)

Parameters

Name Type Description
b PivotGridFieldFilterValues

A PivotGridFieldFilterValues object whose properties are compared.

Returns

Type Description
Boolean

true if properties of the current object are equal to the corresponding properties of the parameter.

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