Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public override int CompareValues(
    object val1,
    object val2
)

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