| 
            
              FtpFileCompareTo Method
             | 
          
        
        
            Compares directory or file to another.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic int CompareTo(
	Object obj
)
Public Function CompareTo ( 
	obj As Object
) As Integer
public:
virtual int CompareTo(
	Object^ obj
) sealed
abstract CompareTo : 
        obj : Object -> int 
override CompareTo : 
        obj : Object -> int  View SourceParameters
- obj  Object
 - An Object to compare against.
 
Return Value
Int32An 
Int32 that represents the result of the comparison. 1 - object is greater than, 0 - object is equal to, -1 - object is less than.
Implements
IComparableCompareTo(Object)
See Also