点击或拖拽改变大小

RColorInequality 运算符

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.EntitiesRColor
The RColor that is to the left of the inequality operator.
right
类型:DSkin.Html.Adapters.EntitiesRColor
The RColor that is to the right of the inequality operator.

返回值

类型:Boolean
true if the two RColor structures are different; otherwise, false.
参见