Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Keystroke Structure / Inequality Operator
First keystroke (left hand side of inequality operator)
Second keystroke (right hand side of inequality operator)


In This Topic
Inequality Operator (Keystroke)
In This Topic
Determines whether two keystrokes (KeyStroke structures) are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal lhs As Keystroke, _
   ByVal rhs As Keystroke _
) As Boolean
 
'Usage
 

Parameters

lhs
First keystroke (left hand side of inequality operator)
rhs
Second keystroke (right hand side of inequality operator)
See Also