'宣言 Public Overloads Shared Function Compare( _ ByVal v1 As C1PageSettings, _ ByVal v2 As C1PageSettings _ ) As System.Boolean
'使用法 Dim v1 As C1PageSettings Dim v2 As C1PageSettings Dim value As System.Boolean value = C1PageSettings.Compare(v1, v2)
public static System.bool Compare( C1PageSettings v1, C1PageSettings v2 )
パラメータ
- v1
- The first object to compare.
- v2
- The second object to compare.
戻り値の型
True if the two objects' properties are identical, false otherwise.