Skip to main content
All docs
V25.1
  • 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

    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.

    Implements

    See Also