Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ElementSize Class / Inequality Operator


In This Topic
    Inequality Operator (ElementSize)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal size1 As ElementSize, _
       ByVal size2 As ElementSize _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       ElementSize size1,
       ElementSize size2
    )

    Parameters

    size1
    size2
    See Also