ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.PaddingEx Structure / Inequality Operator

In This Topic
    Inequality Operator (RText.PaddingEx)
    In This Topic
    Implements the !=.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal p1 As RText.PaddingEx, _
       ByVal p2 As RText.PaddingEx _
    ) As Boolean
    public bool operator !=( 
       RText.PaddingEx p1,
       RText.PaddingEx p2
    )

    Parameters

    p1
    p2

    Return Value

    The result of the operator.
    See Also