Operator operator !=
operator !=(SizeF, SizeF)
Tests whether two SizeF structures are different.
public static bool operator !=(SizeF size1, SizeF size2)
Parameters
size1
SizeFThe SizeF structure on the left of the inequality operator.
size2
SizeFThe SizeF structure on the right of the inequality operator.
Returns
- bool
This operator returns true if
size1
andsize2
differ either in width or height; false ifsize1
andsize2
are equal.