点击或拖拽改变大小

RColorEquals 方法

Tests whether the specified object is a RColor structure and is equivalent to this RColor structure.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public override bool Equals(
	Object obj
)

参数

obj
类型:SystemObject
The object to test.

返回值

类型:Boolean
true if obj is a RColor structure equivalent to this RColor structure; otherwise, false.
参见