Click or drag to resize

BasicConstantEquals(Object) Method

Determines whether the specified object is equal to the current object.

Namespace: Limilabs.FTP
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also