'宣言 Public Function Compare( _ ByVal other As PageColumnDefCollection _ ) As System.Boolean
public System.bool Compare( PageColumnDefCollection other )
パラメータ
- other
- 現在と比較する PageColumnDefCollection。
戻り値の型
2つのコレクションが同じ位置に同じ要素を持つ場合は true、その他の場合は false。
'宣言 Public Function Compare( _ ByVal other As PageColumnDefCollection _ ) As System.Boolean
public System.bool Compare( PageColumnDefCollection other )