DSkin
DSkin
DSkin.Html.Adapters.Entities
RColor 结构
RColor 运算符
Equality 运算符
Inequality 运算符
RColor
Inequality 运算符
Tests whether two specified
RColor
structures are different.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
bool
operator
!=
(
RColor
left
,
RColor
right
)
参数
left
类型:
DSkin.Html.Adapters.Entities
RColor
The
RColor
that is to the left of the inequality operator.
right
类型:
DSkin.Html.Adapters.Entities
RColor
The
RColor
that is to the right of the inequality operator.
返回值
类型:
Boolean
true if the two
RColor
structures are different; otherwise, false.
参见
引用
RColor 结构
DSkin.Html.Adapters.Entities 命名空间