DSkin
DSkin
DSkin.Html.Adapters.Entities
RRect 结构
RRect 运算符
Equality 运算符
Inequality 运算符
RRect
Inequality 运算符
Tests whether two
RRect
structures differ in location or size.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
bool
operator
!=
(
RRect
left
,
RRect
right
)
参数
left
类型:
DSkin.Html.Adapters.Entities
RRect
The
RRect
structure that is to the left of the inequality operator.
right
类型:
DSkin.Html.Adapters.Entities
RRect
The
RRect
structure that is to the right of the inequality operator.
返回值
类型:
Boolean
This operator returns true if any of the
X
,
Y
,
Width
, or
Height
properties of the two
RRect
structures are unequal; otherwise false.
参见
引用
RRect 结构
DSkin.Html.Adapters.Entities 命名空间