'Declaration Public Overloads Shared Function Compare( _ ByVal v1 As C1PageSettings, _ ByVal v2 As C1PageSettings _ ) As Boolean
public static bool Compare( C1PageSettings v1, C1PageSettings v2 )
Parameters
- v1
- The first object to compare.
- v2
- The second object to compare.
Return Value
True if the two objects' properties are identical, false otherwise.