点击或拖拽改变大小

CssBlockEqualsSelector 方法

Check if the selectors of the css blocks is the same.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool EqualsSelector(
	CssBlock other
)

参数

other
类型:DSkin.Html.Core.EntitiesCssBlock
the other block to compare to

返回值

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