バージョン

等しくないか判定する演算子 オペレータ (SnapshotPoint)

2 つの SnapshotPoint 構造の値が等しいか比較します。
シンタックス
'宣言
 
Public Operator <>( _
   ByVal point1 As SnapshotPoint, _
   ByVal point2 As SnapshotPoint _
) As Boolean
public bool operator !=( 
   SnapshotPoint point1,
   SnapshotPoint point2
)

パラメータ

point1
1 つの構造
point2
他の構造

戻り値の型

2 つのインスタンスが等しくない場合は True、そうでない場合は False
参照