'宣言 Public Function IsSameLayout( _ ByVal other As C1PageSettings _ ) As System.Boolean
public System.bool IsSameLayout( C1PageSettings other )
パラメータ
- other
- 現在の値と比較する C1PageSettings オブジェクト。
戻り値の型
2つのオブジェクトが同じページレイアウトを定義している場合は true、そうでない場合は false。
'宣言 Public Function IsSameLayout( _ ByVal other As C1PageSettings _ ) As System.Boolean
public System.bool IsSameLayout( C1PageSettings other )