Skip to main content

GradientStop.Equals(GradientStop) Method

Determines whether two GradientStop objects are equal.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

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.

See Also