GridLengthEquals 方法 (Object) |
Compares this instance of GridLength with another object.
命名空间:
CPF.Controls
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public override bool Equals(
Object oCompare
)
参数
- oCompare
- 类型:SystemObject
Reference to an object for comparison.
返回值
类型:
Booleantrueif this GridLength instance has the same value
and unit type as oCompare.
参见