RectangleOffset.Equals(RectangleOffset) Method
Determines whether two RectangleOffset objects are equal.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rectangleOffset | RectangleOffset | An object to compare with the current RectangleOffset instance. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified object is equal to the current RectangleOffset instance; otherwise, false. |
Implements
See Also