点击或拖拽改变大小

RPointInequality 运算符

Determines whether the coordinates of the specified points are not equal.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool operator !=(
	RPoint left,
	RPoint right
)

参数

left
类型:DSkin.Html.Adapters.EntitiesRPoint
A RPoint to compare.
right
类型:DSkin.Html.Adapters.EntitiesRPoint
A RPoint to compare.

返回值

类型:Boolean
true to indicate the X and Y values of left and right are not equal; otherwise, false.
参见