点击或拖拽改变大小

ThicknessEquals 方法 (Object)

This function compares to the provided object for type and value equality.

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

参数

obj
类型:SystemObject
Object to compare

返回值

类型:Boolean
True if object is a Thickness and all sides of it are equal to this Thickness'.
参见