Skip to main content
All docs
V25.2
  • AdjustRectangle.Equals(AdjustRectangle) Method

    Indicates whether the current AdjustRectangle instance is equal to another AdjustRectangle instance.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly bool Equals(
        AdjustRectangle other
    )

    Parameters

    Name Type Description
    other AdjustRectangle

    The AdjustRectangle instance to compare.

    Returns

    Type Description
    Boolean

    true if the current instance is equal to the specified instance; otherwise, false.

    Implements

    See Also