BaseGradientBrushObject.GradientStopsComparer.Compare(Object, Object) Method
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v26.1.Core.dll
Declaration
Parameters
| Name | Type |
|---|---|
| x | Object |
| y | Object |
Returns
| Type |
|---|
| Int32 |
See Also
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v26.1.Core.dll
public int Compare(
object x,
object y
)
Public Function Compare(
x As Object,
y As Object
) As Integer
| Name | Type |
|---|---|
| x | Object |
| y | Object |
| Type |
|---|
| Int32 |