Click or drag to resize

FtpDirectoryCompareTo 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 value representing the result. 1 - obj is greater than, 0 - obj is equal to, -1 - obj is less than.

Implements

IComparableCompareTo(Object)
See Also