Tests to see whether the specified object is a
RSize structure with the same dimensions as this
RSize
structure.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public override bool Equals(
Object obj
)
参数
- obj
- 类型:SystemObject
The Object to test.
返回值
类型:
Boolean
This method returns true if
obj is a
RSize and has the same width and height as this
RSize
; otherwise, false.
参见