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

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

Declaration

public abstract 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