Compares two PointF objects. The result specifies whether the values of the
X and properties of the two PointF objects are equal.
シンタックス
'宣言
Public Operator =( _
ByVal As PointF, _
ByVal As PointF _
) As System.Boolean
public System.bool operator ==(
PointF ,
PointF
)
パラメータ
- left
- A PointF to compare.
- right
- A PointF to compare.
戻り値の型
true
if the
X and
Y values of the and are equal; otherwise,
false
.
参照