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