Reports for WinForms
Compare メソッド (PageColumnDefCollection)

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

パラメータ

other
現在と比較する PageColumnDefCollection

戻り値の型

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

PageColumnDefCollection クラス
PageColumnDefCollection メンバ