|   | FtpFileEquality Operator | 
        
        
            Compares the two values for equality.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Shared Operator = ( 
	value1 As FtpFile,
	value2 As FtpFile
) As Boolean
JavaScript does not support overloaded operators.
Parameters
- value1  FtpFile
- A FtpFile as the left hand operand.
- value2  FtpFile
- A FtpFile as the right hand operand.
Return Value
BooleanA 
Boolean value indicating the result of the comparison.
 See Also
See Also