In This Topic
Compares the current
PdfString with another
PdfString and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Syntax
'Declaration
Public Function CompareTo( _
ByVal As PdfString _
) As System.Integer
public System.int CompareTo(
PdfString
)
Parameters
- other
- The other PdfString.
Return Value
A value that indicates the relative order of the objects being compared. The return value has these meanings:
- This instance precedes in the sort order.
- This instance occurs in the same position in the sort order as .
- This instance follows other in the sort .
See Also