GrapeCity.Xaml.SpreadSheet.UI
Equality Operator (KeyStroke)


GrapeCity.Xaml.SpreadSheet.UI Namespace > KeyStroke Structure : Equality Operator
The first GrapeCity.Windows.SpreadSheet.UI.KeyStroke (left side of equality operator).
The second GrapeCity.Windows.SpreadSheet.UI.KeyStroke (right side of equality operator).
Determines whether two GrapeCity.Windows.SpreadSheet.UI.KeyStroke objects 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
The first GrapeCity.Windows.SpreadSheet.UI.KeyStroke (left side of equality operator).
rhs
The second GrapeCity.Windows.SpreadSheet.UI.KeyStroke (right side of equality operator).

Return Value

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

Reference

KeyStroke Structure
KeyStroke Members