点击或拖拽改变大小

ThicknessEquality 运算符

Overloaded operator to compare two Thicknesses for equality.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static bool operator ==(
	Thickness t1,
	Thickness t2
)

参数

t1
类型:CPFThickness
first Thickness to compare
t2
类型:CPFThickness
second Thickness to compare

返回值

类型:Boolean
True if all sides of the Thickness are equal, false otherwise
参见