'Declaration Public Function DirectoriesEqual( _ ByVal localPath1 As System.String, _ ByVal localPath2 As System.String _ ) As System.Boolean
'Usage Dim instance As FTP Dim localPath1 As System.String Dim localPath2 As System.String Dim value As System.Boolean value = instance.DirectoriesEqual(localPath1, localPath2)
public System.bool DirectoriesEqual( System.string localPath1, System.string localPath2 )
public function DirectoriesEqual( localPath1: System.String; localPath2: System.String ): System.Boolean;
public function DirectoriesEqual( localPath1 : System.String, localPath2 : System.String ) : System.boolean;
public: System.bool DirectoriesEqual( System.string* localPath1, System.string* localPath2 )
public: System.bool DirectoriesEqual( System.String^ localPath1, System.String^ localPath2 )
Parameters
- localPath1
- localPath2