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


The first GrapeCity.Windows.SpreadSheet.UI.KeyStroke (left side of inequality operator).
The second GrapeCity.Windows.SpreadSheet.UI.KeyStroke (right side of inequality operator).
Determines whether two GrapeCity.Windows.SpreadSheet.UI.KeyStroke objects 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
The first GrapeCity.Windows.SpreadSheet.UI.KeyStroke (left side of inequality operator).
rhs
The second GrapeCity.Windows.SpreadSheet.UI.KeyStroke (right side of inequality operator).

Return Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

KeyStroke Structure
KeyStroke Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options