Skip to main content

GradientStop.Equals(GradientStop) Method

Determines whether two GradientStop objects are equal.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool Equals(
    GradientStop gradientStop
)

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