Checks for inequality between two
Sizes.
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法public static bool operator !=(
PixelSize left,
PixelSize right
)
参数
- left
- 类型:CPFPixelSize
The first size. - right
- 类型:CPFPixelSize
The second size.
返回值
类型:
BooleanTrue if the sizes are unequal; otherwise false.
参见