Skip to main content

GradientStop.GetHashCode() Method

Returns a number that identifies the current GradientStop instance.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

A hash code for the current object.

See Also