Skip to main content

GradientStop.Equality(GradientStop, GradientStop) Operator

Compares two GradientStop objects for equality.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public static bool operator ==(GradientStop gradientStop1, GradientStop gradientStop2)

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 equal; otherwise, false.

See Also