'宣言 Public Overloads Function Compare( _ ByVal other As C1PageSettings _ ) As System.Boolean
'使用法 Dim instance As C1PageSettings Dim other As C1PageSettings Dim value As System.Boolean value = instance.Compare(other)
public System.bool Compare( C1PageSettings other )
パラメータ
- other
- 比較先の C1PageSettings オブジェクト。
戻り値の型
この C1PageSettings オブジェクトが他の C1PageSettings オブジェクトと等しい場合は true を返します。