'宣言 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
- The PageColumnDef to compare the current object with.
戻り値の型
true if the properties of the two objects are equal, false otherwise.