Spread Silverlight Documentation
Equality Operator (KeyStroke)


GrapeCity.Windows.SpreadSheet.UI Namespace > KeyStroke Structure : Equality Operator
The first KeyStroke (left side of equality operator).
The second KeyStroke (right side of equality operator).
Determines whether two KeyStroke objects are equal.
Syntax
'Declaration
 
Public Operator =( _
   ByVal lhs As KeyStroke, _
   ByVal rhs As KeyStroke _
) As System.Boolean
'Usage
 
public System.bool operator ==( 
   KeyStroke lhs,
   KeyStroke rhs
)

Parameters

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

Return Value

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

Reference

KeyStroke Structure
KeyStroke Members