点击或拖拽改变大小

CssBlockEquals 方法 (Object)

Check if the two css blocks are the same (same class, selectors and properties).

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

参数

obj
类型:SystemObject
the other block to compare to

返回值

类型:Boolean
true - the two blocks are the same, false - otherwise
参见