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