GradientStop.Equals(GradientStop) Method
Determines whether two GradientStop objects are 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 |
---|---|---|
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