MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText.SelectionRange Structure / CompareTo Method
The object for comparison.

In This Topic
CompareTo Method (RText.SelectionRange)
In This Topic
Compares objects to each other.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal other1 As Object _
) As Integer
 

Parameters

other1
The object for comparison.

Return Value

A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter. Less than zero - this instance precedes value. Zero - this instance has the same position in the sort order as value. Greater than zero - this instance follows value or value is null.
See Also