bool FilesEqual (string alphaPath, string betaPath)
Compares the contents of two files to determine if they are equal.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
alphaPath | Full pathname of the first file. |
betaPath | Full pathname of the second file. |
Returns:
True if equal, false if not.
Last modified date: 10/14/2020