ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Padding Structure / Inequality Operator
The first Padding object to compare.
The second Padding object to compare.

In This Topic
    Inequality Operator (Padding)
    In This Topic
    Tests whether two Padding objects are not equivalent.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal p1 As Padding, _
       ByVal p2 As Padding _
    ) As Boolean
    public bool operator !=( 
       Padding p1,
       Padding p2
    )

    Parameters

    p1
    The first Padding object to compare.
    p2
    The second Padding object to compare.
    See Also