Skip to main content

PivotGroupFilterValues.IsEquals(PivotGroupFilterValues) Method

Returns whether the group filter values of the specified objects match.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsEquals(
    PivotGroupFilterValues values
)

Parameters

Name Type Description
values PivotGroupFilterValues

The object to be compared.

Returns

Type
Boolean
See Also