'Declaration Public Overloads Function Compare( _ ByVal other As C1PageSettings _ ) As Boolean
public bool Compare( C1PageSettings other )
Parameters
- other
- The C1PageSettings object to compare the current one to.
Return Value
True if the two objects contain identical properties, false otherwise.