GradientStop.Equals(GradientStop) Method
Determines whether two GradientStop objects are equal.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| gradientStop | GradientStop | A GradientStop object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the specified object is equal to the current GradientStop instance; otherwise, false. |
Implements
See Also