PrintDocument for WinForms
Compare メソッド (PageColumnDefCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageColumnDefCollection クラス : Compare メソッド
The PageColumnDefCollection to compare the current with.
Compares the current collection to another. Uses the PageColumnDef.Compare to compare elements elements at the corresponding positions by their properties' values.
シンタックス
'宣言
 
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
The PageColumnDefCollection to compare the current with.

戻り値の型

true if the two collections have the same elements at the same positions, false otherwise.
参照

PageColumnDefCollection クラス
PageColumnDefCollection メンバ