Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Unit Structure / Inequality Operator
The first unit value.
The second unit value.

In This Topic
    Inequality Operator (Unit)
    In This Topic
    Tests whether the two unit values are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal u1 As Unit, _
       ByVal u2 As Unit _
    ) As Boolean
    public bool operator !=( 
       Unit u1,
       Unit u2
    )

    Parameters

    u1
    The first unit value.
    u2
    The second unit value.

    Return Value

    true if the two units are not equal, false otherwise.
    See Also