Spread Windows Forms 12.0 Product Documentation
Equality Operator (Keystroke)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Keystroke Structure : Equality Operator
First keystroke (left hand side of equality operator)
Second keystroke (right hand side of equality operator)
Determines whether two keystrokes (KeyStroke structures) are 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 equality operator)
rhs
Second keystroke (right hand side of equality operator)

Return Value

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

Reference

Keystroke Structure
Keystroke Members