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
语法 public override bool Equals(
Object obj
)
参数
- obj
- 类型:SystemObject
the other block to compare to
返回值
类型:
Booleantrue - the two blocks are the same, false - otherwise
参见