C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / SamePaperSizes Method
The first size to compare.
The second size to compare.

In This Topic
SamePaperSizes Method
In This Topic
Tests two sizes for equality allowing a small margin for rounding errors.
Syntax
'Declaration
 
Public Shared Function SamePaperSizes( _
   ByVal size1 As Size, _
   ByVal size2 As Size _
) 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.
See Also