DSkin
DSkin
DSkin.Html.Adapters.Entities
RColor 结构
RColor 运算符
Equality 运算符
Inequality 运算符
RColor
Equality 运算符
Tests whether two specified
RColor
structures are equivalent.
命名空间:
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 equality operator.
right
类型:
DSkin.Html.Adapters.Entities
RColor
The
RColor
that is to the right of the equality operator.
返回值
类型:
Boolean
true if the two
RColor
structures are equal; otherwise, false.
参见
引用
RColor 结构
DSkin.Html.Adapters.Entities 命名空间