Skip to main content
All docs
V25.2
  • TextOutlineStyle.Inequality(TextOutlineStyle, TextOutlineStyle) Operator

    Determines whether two TextOutlineStyle objects are not equal.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public static bool operator !=(TextOutlineStyle left, TextOutlineStyle right)

    Parameters

    Name Type Description
    left TextOutlineStyle

    The first TextOutlineStyle object to compare.

    right TextOutlineStyle

    The second TextOutlineStyle object to compare.

    Returns

    Type Description
    Boolean

    true if the specified TextOutlineStyle objects are not equal; otherwise, false.

    See Also