点击或拖拽改变大小

DataGridLengthInequality 运算符

Overloaded operator, compares 2 DataGridLength's.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static bool operator !=(
	DataGridLength gl1,
	DataGridLength gl2
)

参数

gl1
类型:CPF.ControlsDataGridLength
first DataGridLength to compare.
gl2
类型:CPF.ControlsDataGridLength
second DataGridLength to compare.

返回值

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