ActiveReports Developer 7
CompareTo(Object) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure > CompareTo Method : CompareTo(Object) Method

obj
Length to compare

Glossary Item Box

Compares this instance to a specified object and returns an indication of their relative values.

Syntax

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

Parameters

obj
Length to compare

See Also