SizeF.op_Equality
SizeF Equality operator
Tests whether two SizeF
structures are equal.
public static bool operator ==(SizeF left, SizeF right)
Parameter | Type | Description |
---|---|---|
left | SizeF | The SizeF structure on the left side of the equality operator. |
right | SizeF | The SizeF structure on the right of the equality operator. |
Return Value
This operator returns true if left and right have equal width and height; otherwise, false.
See Also
- struct SizeF
- namespace Aspose.Page.Drawing
- assembly Aspose.Page