バージョン

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

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

パラメータ

point
1 つの構造
other
他の構造

戻り値の型

点が他の点より大きい場合は true。
参照