DiffFiles is a new tools in VS 2012 to compare 2 different c# or vb file without TFS. Below are the steps to achieve this
Step1: Open Visual Studio
Step2: Go to View > Other Windows > Command Window
Step3: Type the command (Tools.DiffFiles Test\Test.vb d:\Test\Test1.vb) // it is the example of comparing 2 files