All numeric and enumeration types define a "less than" relational operator (<) that returns true if the first operand is less than the second, false otherwise.
Visual Basic (Declaration) | |
---|---|
Public Operator <( _ ByVal unit1 As Length, _ ByVal unit2 As Length _ ) As System.Boolean |