ThicknessEquals 方法 (Thickness) |
Compares this instance of Thickness with another instance.
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public bool Equals(
Thickness thickness
)
参数
- thickness
- 类型:CPFThickness
Thickness instance to compare.
返回值
类型:
Booleantrueif this Thickness instance has the same value
and unit type as thickness.
实现
IEquatableTEquals(T)参见