Compares the current C1PageSettings with another C1PageSettings object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Compare(
	C1PageSettings other
)
Visual Basic
Public Function Compare ( _
	other As C1PageSettings _
) As Boolean

Parameters

other
Type: C1.C1Preview..::..C1PageSettings
The C1PageSettings object to compare the current one to.

Return Value

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

See Also