'宣言 Public Function Compare( _ ByVal other As PageColumnDef _ ) As System.Boolean
'使用法 Dim instance As PageColumnDef Dim other As PageColumnDef Dim value As System.Boolean value = instance.Compare(other)
public System.bool Compare( PageColumnDef other )
パラメータ
- other
- 現在のオブジェクトと比較する PageColumnDef。
戻り値の型
2つのオブジェクトのプロパティが等しい場合は true、その他の場合は false。