StyleFormatConditionCollection.CompareValues(Object, Object) Method
Compares the two specified values.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
val1 | Object | The first value to compare. |
val2 | Object | The second value to compare. |
Returns
Type | Description |
---|---|
Int32 | 0 if the values are equal; -1 if the first value is less than the second value; 1 if the first value is greater than the second value. |
See Also