Spread WPF Documentation
Inequality Operator (KeyStroke)


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

Return Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

KeyStroke Structure
KeyStroke Members

 

 


Copyright © GrapeCity, inc. All rights reserved.