Compares the properties on the current object to another PageColumnDef.

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

Syntax

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

Parameters

other
Type: C1.C1Preview..::..PageColumnDef
The PageColumnDef to compare the current object with.

Return Value

true if the properties of the two objects are equal, false otherwise.

See Also