Overloaded operator, compares 2 GridLength's.
命名空间:
CPF.Controls
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public static bool operator !=(
GridLength gl1,
GridLength gl2
)
参数
- gl1
- 类型:CPF.ControlsGridLength
first GridLength to compare. - gl2
- 类型:CPF.ControlsGridLength
second GridLength to compare.
返回值
类型:
Booleantrue if specified GridLengths have either different value or
unit type.
参见