点击或拖拽改变大小

PixelRectInequality 运算符

Compares two PixelRect instances for exact inequality. Note that int values can acquire error when operated upon, such that an exact comparison between two values which are logically equal may fail. Furthermore, using this equality operator, int.NaN is not equal to itself.

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

参数

rect1
类型:CPFPixelRect
The first PixelRect to compare
rect2
类型:CPFPixelRect
The second PixelRect to compare

返回值

类型:Boolean
bool - true if the two PixelRect instances are exactly unequal, false otherwise
参见