| BasicConstantEquals Method (BasicConstant) |
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.22214.1022
Syntax public bool Equals(
BasicConstant other
)
Public Function Equals (
other As BasicConstant
) As Boolean
public:
bool Equals(
BasicConstant^ other
)
member Equals :
other : BasicConstant -> bool
Parameters
- other
- Type: Limilabs.FTPBasicConstant
The BasicConstant to compare with the current BasicConstant
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
See Also