[]
Tests two sizes for equality allowing a small margin for rounding errors.
public static bool SamePaperSizes(SizeF size1, SizeF size2)
| Type | Name | Description |
|---|---|---|
| SizeF | size1 | The first size to compare. |
| SizeF | size2 | The second size to compare. |
| Type | Description |
|---|---|
| bool | True if the two sizes are reasonably close, false otherwise. |