Tests two sizes for equality allowing a small margin for rounding errors.
'Declaration
Public Shared Function SamePaperSizes( _
ByVal As SizeF, _
ByVal As SizeF _
) As Boolean
Parameters
- size1
- The first size to compare.
- size2
- The second size to compare.
Return Value
True if the two sizes are reasonably close, false otherwise.