Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / KeyStroke Structure / Inequality Operator
The first KeyStroke (left side of inequality operator).
The second KeyStroke (right side of inequality operator).


In This Topic
    Inequality Operator (KeyStroke)
    In This Topic
    Determines whether two KeyStroke objects are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal lhs As KeyStroke, _
       ByVal rhs As KeyStroke _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       KeyStroke lhs,
       KeyStroke rhs
    )

    Parameters

    lhs
    The first KeyStroke (left side of inequality operator).
    rhs
    The second KeyStroke (right side of inequality operator).

    Return Value

    true if these two KeyStroke objects are not equal; otherwise, returns false.
    See Also