AutoComplete for ASP.NET Web Forms
等しくないか判定する演算子 オペレータ

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls 名前空間 > PointF 構造体 : 等しくないか判定する演算子 オペレータ
A PointF to compare.
A PointF to compare.
Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal.
シンタックス
'宣言
 
Public Operator <>( _
   ByVal left As PointF, _
   ByVal right As PointF _
) As System.Boolean
public System.bool operator !=( 
   PointF left,
   PointF right
)

パラメータ

left
A PointF to compare.
right
A PointF to compare.

戻り値の型

true if the X and Y values of the left and right differ; otherwise, false.
参照

PointF 構造体
PointF メンバ
X プロパティ