CPF api文档
CPF api文档
CPF.Controls
GridLength 结构
GridLength 运算符与类型转换
Equality 运算符
Implicit 转换运算符
Inequality 运算符
GridLength
Equality 运算符
Overloaded operator, compares 2 GridLength's.
命名空间:
CPF.Controls
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
复制
public
static
bool
operator
==
(
GridLength
gl1
,
GridLength
gl2
)
参数
gl1
类型:
CPF.Controls
GridLength
first GridLength to compare.
gl2
类型:
CPF.Controls
GridLength
second GridLength to compare.
返回值
类型:
Boolean
true if specified GridLengths have same value and unit type.
参见
引用
GridLength 结构
CPF.Controls 命名空间