PrintDocument for WinForms
Compare メソッド (PageColumnDefCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > PageColumnDefCollection クラス : Compare メソッド
現在と比較する PageColumnDefCollection
現在のコレクションを別のコレクションと比較します。 PageColumnDef.Compareを使って、対応する位置の要素をプロパティの値によって比較します。
シンタックス
'宣言
 
Public Function Compare( _
   ByVal other As PageColumnDefCollection _
) As System.Boolean
'使用法
 
Dim instance As PageColumnDefCollection
Dim other As PageColumnDefCollection
Dim value As System.Boolean
 
value = instance.Compare(other)
public System.bool Compare( 
   PageColumnDefCollection other
)

パラメータ

other
現在と比較する PageColumnDefCollection

戻り値の型

2つのコレクションが同じ位置に同じ要素を持つ場合は true、その他の場合は false
参照

PageColumnDefCollection クラス
PageColumnDefCollection メンバ