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