TDrawingTextParagraph.LessThan Operator
Returns true is an object is less than the other.
Syntax
Namespace: FlexCel.Core
public static Boolean op_LessThan(TDrawingTextParagraph o1, TDrawingTextParagraph o2)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
o1 | TDrawingText​Paragraph | First object to compare. | |
o2 | TDrawingText​Paragraph | Second object to compare. |