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.v20.2.dll
Declaration
public override int CompareValues(
object val1,
object val2
)
Public Overrides Function CompareValues(
val1 As Object,
val2 As Object
) As Integer
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
Feedback