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

In This Topic
    Equality Operator (C1ZoomUnit)
    In This Topic
    Compares two C1ZoomUnit structures for equality.
    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 have the same value and C1ZoomUnitType; otherwise, false.
    See Also