点击或拖拽改变大小

RPointEquality 运算符

Compares two RPoint structures. The result specifies whether the values of the X and Y properties of the two RPoint structures are 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 if the X and Y values of the left and right RPoint structures are equal; otherwise, false.
参见