Spread Windows Forms 12.0 Product Documentation
Inequality Operator (Keystroke)


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)
Determines whether two keystrokes (KeyStroke structures) 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
First keystroke (left hand side of inequality operator)
rhs
Second keystroke (right hand side of inequality operator)

Return Value

Boolean: true if the two keystrokes are not equivalent; false otherwise
See Also

Reference

Keystroke Structure
Keystroke Members