| 
            
              FtpFileGetHashCode Method
             | 
          
        
        
            Generates hash code for this 
FtpFile.
            
 
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
 View SourceReturn Value
Int32An 
Int32 representing the hash code.
See Also