Spread Windows Forms 12.0 Product Documentation
CompareTo Method (EmptyBorder)


FarPoint.Win Assembly > FarPoint.Win Namespace > EmptyBorder Class : CompareTo Method
The object to compare
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 EmptyBorder
Dim obj As Object
Dim value As Integer
 
value = instance.CompareTo(obj)
public int CompareTo( 
   object obj
)

Parameters

obj
The object to compare
See Also

Reference

EmptyBorder Class
EmptyBorder Members