[]
Compares the current C1PageSettings with another C1PageSettings object.
public bool Compare(C1PageSettings other)
Type | Name | Description |
---|---|---|
C1PageSettings | other | The C1PageSettings object to compare the current one to. |
Type | Description |
---|---|
bool | True if the two objects contain identical properties, false otherwise. |
Compares the properties of two C1PageSettings objects.
public static bool Compare(C1PageSettings v1, C1PageSettings v2)
Type | Name | Description |
---|---|---|
C1PageSettings | v1 | The first object to compare. |
C1PageSettings | v2 | The second object to compare. |
Type | Description |
---|---|
bool | True if the two objects' properties are identical, false otherwise. |