Static Public Member Functions | |
static bool | Equals (string fileName1, string fileName2) |
Compares two files given their names. |
static bool DotNX::Core::Files::Equals | ( | string | fileName1, | |
string | fileName2 | |||
) | [static] |
Compares two files given their names.
fileName1 | The name of the first file. | |
fileName2 | The name of the second file. |
true
if the files are equal, false
otherwise.