本文介绍了比较两个文本文件的相似含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要编写一个程序,比较两个文本文件的含义.我只是不需要检查长度和所有内容.我需要看看两个文件是否具有相同的含义.
请帮忙,我需要在C#
I need to write a program which compare two text files for there meanings. I just don''t need to check the length and all. I need to see whether the two files have the same meaning.
Please help and I need to do this in C#
推荐答案
这篇关于比较两个文本文件的相似含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!