'宣言
Public Shared Function Compare( _
ByVal As ReportSize, _
ByVal As ReportSize _
) As System.Integer
public static System.int Compare(
ReportSize ,
ReportSize
)
パラメータ
- s1
- 比較する第1のサイズ。
- s2
- 比較する第2のサイズ。
戻り値の型
が より小さい場合は、 -1
、 が より大きい場合は1
、 2つのサイズが等しい場合は0
。