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

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

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public override readonly bool Equals(
        object obj
    )

    Parameters

    Name Type Description
    obj Object

    The object to compare with the current TextSpacing.

    Returns

    Type Description
    Boolean

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

    See Also