SizeF.op_Inequality
SizeF Inequality operator
Tests whether two SizeF
structures are different.
public static bool operator !=(SizeF sz1, SizeF sz2)
Parameter | Type | Description |
---|---|---|
sz1 | SizeF | The SizeF structure on the left of the inequality operator. |
sz2 | SizeF | The SizeF structure on the right of the inequality operator. |
Return Value
This operator returns true if sz1 and sz2 differ either in width or height; false if sz1 and sz2 are equal.
See Also
- struct SizeF
- namespace Aspose.Page.Drawing
- assembly Aspose.Page