GradientStop.Inequality(GradientStop, GradientStop) Operator
Compares two GradientStop objects to determine whether they are not equal.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
gradientStop1 | GradientStop | The first object to compare. |
gradientStop2 | GradientStop | The second object to compare. |
Returns
Type | Description |
---|---|
Boolean | true, if two GradientStop objects are not equal; otherwise, false. |
See Also