'Declaration Public Operator >( _ ByVal line1 As BorderLine, _ ByVal line2 As BorderLine _ ) As System.Boolean
'Usage
public System.bool operator >( BorderLine line1, BorderLine line2 )
Parameters
- line1
- The first border line.
- line2
- The second border line.
Return Value
true
if the first border line is greater than the second border line; otherwise, false
.