点击或拖拽改变大小

GridLengthInequality 运算符

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.ControlsGridLength
first GridLength to compare.
gl2
类型:CPF.ControlsGridLength
second GridLength to compare.

返回值

类型:Boolean
true if specified GridLengths have either different value or unit type.
参见