Skip to main content

RectangleOffset.GetHashCode() Method

Returns a number that identifies the current RectangleOffset instance.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

A hash code for the current object.

See Also