[]
        
(Showing Draft Content)

C1.C1Preview.C1PageSettings.Compare

Compare Method

Compare(C1PageSettings)

Compares the current C1PageSettings with another C1PageSettings object.

Declaration
public bool Compare(C1PageSettings other)
Parameters
Type Name Description
C1PageSettings other

The C1PageSettings object to compare the current one to.

Returns
Type Description
bool

True if the two objects contain identical properties, false otherwise.

Compare(C1PageSettings, C1PageSettings)

Compares the properties of two C1PageSettings objects.

Declaration
public static bool Compare(C1PageSettings v1, C1PageSettings v2)
Parameters
Type Name Description
C1PageSettings v1

The first object to compare.

C1PageSettings v2

The second object to compare.

Returns
Type Description
bool

True if the two objects' properties are identical, false otherwise.