バージョン

比較演算子(より大きい) オペレータ (TabStop)

2 つの TabStop 構造体の基準値を比較します。
シンタックス
'宣言
 
Public Operator >( _
   ByVal stop As TabStop, _
   ByVal other As TabStop _
) As Boolean
public bool operator >( 
   TabStop stop,
   TabStop other
)

パラメータ

stop
1 つの構造
other
他の構造

戻り値の型

範囲が他より大きい場合 true。
参照