'宣言 Public Shared Function SamePaperSizes( _ ByVal size1 As C1.Win.Interop.Size, _ ByVal size2 As C1.Win.Interop.Size _ ) As System.Boolean
'使用法 Dim size1 As C1.Win.Interop.Size Dim size2 As C1.Win.Interop.Size Dim value As System.Boolean value = Utils.SamePaperSizes(size1, size2)
パラメータ
- size1
- 比較する最初のサイズ。
- size2
- 比較する2番目のサイズ。
戻り値の型
2つのサイズがほぼ等しい場合は true、そうでない場合は false。