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