Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Inequality Operator
A System.Windows.Forms.Padding to test.
A System.Windows.Forms.Padding to test.

In This Topic
    Inequality Operator (Padding)
    In This Topic
    Tests whether two specified System.Windows.Forms.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
    A System.Windows.Forms.Padding to test.
    p2
    A System.Windows.Forms.Padding to test.

    Return Value

    true if the two System.Windows.Forms.Padding objects are different; otherwise, false.
    See Also