ScRgbColor.Inequality(ScRgbColor, ScRgbColor) Operator
Determines whether two specified ScRgbColor structures are not equal.
Namespace: DevExpress.Docs
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | ScRgbColor | The first ScRgbColor structure to compare. |
| right | ScRgbColor | The second ScRgbColor structure to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | |
See Also