DSkin
DSkin
DSkin.Html.Adapters.Entities
RSize 结构
RSize 运算符与类型转换
Addition 运算符
Equality 运算符
Explicit 转换 (RSize to RPoint)
Inequality 运算符
Subtraction 运算符
RSize
Inequality 运算符
Tests whether two
RSize
structures are different.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
bool
operator
!=
(
RSize
sz1
,
RSize
sz2
)
参数
sz1
类型:
DSkin.Html.Adapters.Entities
RSize
The
RSize
structure on the left of the inequality operator.
sz2
类型:
DSkin.Html.Adapters.Entities
RSize
The
RSize
structure on the right of the inequality operator.
返回值
类型:
Boolean
This operator returns true if
sz1
and
sz2
differ either in width or height; false if
sz1
and
sz2
are equal.
参见
引用
RSize 结构
DSkin.Html.Adapters.Entities 命名空间