バージョン

等価判定演算子 オペレータ (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
参照