Click or drag to resize

FtpFileCompareTo Method

Compares directory or file to another.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public int CompareTo(
	Object obj
)
View Source

Parameters

obj  Object
An Object to compare against.

Return Value

Int32
An 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