Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcIdentity Class / Inequality Operator
The identity on the left side of the inequality operator.
The identity on the right side of the inequality operator.


In This Topic
    Inequality Operator (CalcIdentity)
    In This Topic
    Tests whether two identity structures are different.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As CalcIdentity, _
       ByVal right As CalcIdentity _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       CalcIdentity left,
       CalcIdentity right
    )

    Parameters

    left
    The identity on the left side of the inequality operator.
    right
    The identity on the right side of the inequality operator.

    Return Value

    true if two identity are different; otherwise, false.
    See Also