Click or drag to resize

BasicConstantEquals(BasicConstant) Method

Determines whether the specified BasicConstant object is equal to the current one. Names are compared case insensitive.

Namespace: Limilabs.FTP
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public bool Equals(
	BasicConstant other
)

Parameters

other  BasicConstant
The BasicConstant to compare with the current BasicConstant

Return Value

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