ThicknessEquals 方法 (Object) |
This function compares to the provided object for type and value equality.
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public override bool Equals(
Object obj
)
参数
- obj
- 类型:SystemObject
Object to compare
返回值
类型:
BooleanTrue if object is a Thickness and all sides of it are equal to this Thickness'.
参见