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