DSkin
DSkin
DSkin.Html.Adapters.Entities
RPoint 结构
RPoint 运算符
Addition 运算符
Equality 运算符
Inequality 运算符
Subtraction 运算符
RPoint
Equality 运算符
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.Entities
RPoint
A
RPoint
to compare.
right
类型:
DSkin.Html.Adapters.Entities
RPoint
A
RPoint
to compare.
返回值
类型:
Boolean
true if the
X
and
Y
values of the left and right
RPoint
structures are equal; otherwise, false.
参见
引用
RPoint 结构
DSkin.Html.Adapters.Entities 命名空间