PivotGridFieldSortCondition.IsEqual(PivotGridFieldSortCondition, Comparison<Object>, Boolean) Method
In This Article
Returns whether the specified condition matches the current one.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
public bool IsEqual(
PivotGridFieldSortCondition condition,
Comparison<object> compareValues,
bool isOLAP
)
#Parameters
Name | Type | Description |
---|---|---|
condition | Pivot |
A Pivot |
compare |
Comparison<Object> | A System. |
is |
Boolean | true if the conditions represent OLAP members; otherwise, false. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified condition matches the current one; otherwise, false. |
See Also