Click or drag to resize

FtpDirectoryEquals Method

Determines if the two FtpDirectory objects are equal.

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

Parameters

obj  Object
Other object to compare.

Return Value

Boolean
true if both objects are equal.
See Also