PowerTools SPREAD for Windows Forms 8.0J
等価判定演算子 オペレータ (Keystroke)


1つ目のキー操作(等価演算子の左側)
2つ目のキー操作(等価演算子の右側)
2つのキー操作(KeyStroke構造体)が等しいかどうかを判定します。
構文
'Declaration
 
Public Operator =( _
   ByVal lhs As Keystroke, _
   ByVal rhs As Keystroke _
) As Boolean
'使用法
 
public bool operator ==( 
   Keystroke lhs,
   Keystroke rhs
)

パラメータ

lhs
1つ目のキー操作(等価演算子の左側)
rhs
2つ目のキー操作(等価演算子の右側)

戻り値の型

Boolean:2つのキー操作が等しい場合は True、それ以外の場合は False
参照

Keystroke 構造体
Keystroke メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.