ActiveReports 10
CompareTo Method (ContentRange)

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ContentRange Class : CompareTo Method
The System.Object to compare with the current instance.
Allows derived classes to provide an implementation for System.IComparable.
Syntax
'Declaration
 
Public MustOverride Function CompareTo( _
   ByVal peer As Object _
) As Integer
public abstract int CompareTo( 
   object peer
)

Parameters

peer
The System.Object to compare with the current instance.
See Also

Reference

ContentRange Class
ContentRange Members