Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PaddingF Structure / Inequality Operator
Padding to test
Padding to test


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

    Parameters

    p1
    Padding to test
    p2
    Padding to test

    Return Value

    true if two Padding objects are different; otherwise, false.
    See Also