Compares the properties of two C1PageSettings objects.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static bool Compare( C1PageSettings v1, C1PageSettings v2 ) |
Visual Basic |
---|
Public Shared Function Compare ( _ v1 As C1PageSettings, _ v2 As C1PageSettings _ ) As Boolean |
Parameters
- v1
- Type: C1.C1Preview..::..C1PageSettings
The first object to compare.
- v2
- Type: C1.C1Preview..::..C1PageSettings
The second object to compare.