LinearGradientBrushObject.IsDifferFrom(BrushObject) Method
Returns whether the current object has different settings than the specified one.
Namespace: DevExpress.XtraGauges.Core.Drawing
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | BrushObject | An object to be compared with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the current object has different settings than the specified one; otherwise, false. |
See Also