|
FtpDirectoryCompareTo Method
|
Compares directory or file to another.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-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 value representing the result. 1 - obj is greater than, 0 - obj is equal to, -1 - obj is less than.
Implements
IComparableCompareTo(Object)
See Also