Skip to main content
All docs
V26.1
  • TextSpacing.Equals(TextSpacing) Method

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

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    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.

    Implements

    See Also