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

    Determines whether the specified TextSpacing is equal to the current TextSpacing.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public readonly bool Equals(
        TextSpacing other
    )

    Parameters

    Name Type Description
    other TextSpacing

    The TextSpacing to compare with the current TextSpacing.

    Returns

    Type Description
    Boolean

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

    See Also