FormatConditionCollectionBase.CompareValues(Object, Object) Method
When overridden in a derived class, 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.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
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