ComponentOne FinancialChart for WPF
C1.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
    )
    public:
    bool operator !=( 
       ElementSize^ size1,
       ElementSize^ size2
    )

    Parameters

    size1
    size2
    See Also