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