Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RectangleOffset.Equals(RectangleOffset) Method

Determines whether two RectangleOffset objects are equal.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool Equals(
    RectangleOffset rectangleOffset
)

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.

See Also