Back to Devexpress

FormatConditionCollectionBase.CompareValues(Object, Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-formatconditioncollectionbase-dot-comparevalues-x28-system-dot-object-system-dot-object-x29.md

latest1.7 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public abstract int CompareValues(
    object val1,
    object val2
)
vb
Public MustOverride Function CompareValues(
    val1 As Object,
    val2 As Object
) As Integer

Parameters

NameTypeDescription
val1Object

The first object to compare.

| | val2 | Object |

The second object to compare.

|

Returns

TypeDescription
Int32

An integer value indicating whether one is less than, equal to or greater than the other.

|

See Also

FormatConditionCollectionBase Class

FormatConditionCollectionBase Members

DevExpress.XtraEditors Namespace