Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ZoomUnit Structure / Inequality Operator
The first instance of C1ZoomUnit to compare.
The second instance of C1ZoomUnit to compare.

In This Topic
    Inequality Operator (C1ZoomUnit)
    In This Topic
    Compares two C1ZoomUnit structures to determine if they are not equal.
    Syntax
    'Declaration
     
    
    Public Operator <>( _
       ByVal gl1 As C1ZoomUnit, _
       ByVal gl2 As C1ZoomUnit _
    ) As Boolean
    public bool operator !=( 
       C1ZoomUnit gl1,
       C1ZoomUnit gl2
    )

    Parameters

    gl1
    The first instance of C1ZoomUnit to compare.
    gl2
    The second instance of C1ZoomUnit to compare.

    Return Value

    true if the two instances of C1ZoomUnit do not have the same value and C1ZoomUnitType; otherwise, false.
    See Also