ActiveReports Developer 7
CompareTo Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ContentRange Class : CompareTo Method

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

Glossary Item Box

Allows derived classes to provide an implementation for System.IComparable.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function CompareTo( _
   ByVal peer As System.Object _
) As System.Integer
C# 
public abstract System.int CompareTo( 
   System.object peer
)

Parameters

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

See Also