FarPoint.Win Assembly / FarPoint.Win Namespace / RoundedLineBorder Class / CompareTo Method
LineBorder object to compare


In This Topic
CompareTo Method (RoundedLineBorder)
In This Topic
Compares the current object with another object of the same type.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal obj As Object _
) As Integer
 
'Usage
 
Dim instance As RoundedLineBorder
Dim obj As Object
Dim value As Integer
 
value = instance.CompareTo(obj)

Parameters

obj
LineBorder object to compare
See Also