点击或拖拽改变大小

DataGridLengthEquals 方法 (Object)

Compares this instance of DataGridLength with another object.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public override bool Equals(
	Object obj
)

参数

obj
类型:SystemObject
Reference to an object for comparison.

返回值

类型:Boolean
trueif this DataGridLength instance has the same value and unit type as oCompare.
参见