バージョン 24.2 (最新)

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

2 つの SnapshotPoint 構造の値が等しいか比較します。
シンタックス
public bool operator !=( 
   SnapshotPoint point1,
   SnapshotPoint point2
)

パラメータ

point1
1 つの構造
point2
他の構造

戻り値の型

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