Spread Silverlight Documentation
Equality Operator (KeyStroke)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

KeyStroke Structure
KeyStroke Members

 

 


Copyright © GrapeCity, inc. All rights reserved.