PivotGridFormatConditionCollection.CompareValues(Object, Object) Method
Performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| val1 | Object | The first object to compare. |
| val2 | Object | The second object to compare. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value indicating whether one is less than, equal to or greater than the other. |
See Also