'宣言 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。