Skip to main content

PivotGroupFilterValues.IsEquals(PivotGroupFilterValues) Method

Returns whether the current PivotGroupFilterValues object matches the specified one.

Namespace: DevExpress.XtraPivotGrid

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

#Declaration

public bool IsEquals(
    PivotGroupFilterValues b
)

#Parameters

Name Type Description
b PivotGroupFilterValues

A PivotGroupFilterValues object that should be compared with the current one.

#Returns

Type Description
Boolean

true if the current PivotGroupFilterValues object matches the specified one; otherwise, false.

See Also