ActiveReports 12
Greater Than Operator (Length)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Definition.Components Namespace > Length Structure : Greater Than Operator
the Length
the Length
All numeric and enumeration types define a "greater than" relational operator (>) that returns true if the first operand is greater than the second, false otherwise.
Syntax
'Declaration
 
Public Operator >( _
   ByVal unit1 As Length, _
   ByVal unit2 As Length _
) As Boolean
public bool operator >( 
   Length unit1,
   Length unit2
)

Parameters

unit1
the Length
unit2
the Length
See Also

Reference

Length Structure
Length Members